banira
    Preparing search index...

    Interface LintOptions

    interface LintOptions {
        compilerOptions?: CompilerOptions;
        readyTimeout?: number;
        rules?: string[];
    }
    Index

    Properties

    compilerOptions?: CompilerOptions
    readyTimeout?: number
    rules?: string[]

    Restrict to these rule ids (default: all of LINT_RULES).