Member Junction
    Preparing search index...
    interface ValidationOptions {
        checkBestPractices: boolean;
        exclude?: string[];
        include?: string[];
        maxNestingDepth: number;
        outputFormat: "json" | "human";
        verbose: boolean;
    }
    Index

    Properties

    checkBestPractices: boolean
    exclude?: string[]
    include?: string[]
    maxNestingDepth: number
    outputFormat: "json" | "human"
    verbose: boolean