Documentation
    Preparing search index...

    Interface CoreOptions

    interface CoreOptions {
        cache?: boolean;
        fix?: boolean;
        ignore?: string[];
        json?: boolean;
        outFile?: string;
        pool?: number;
        progress?: boolean;
        sarif?: boolean;
        threshold?: number;
    }
    Index

    Properties

    cache?: boolean
    fix?: boolean
    ignore?: string[]
    json?: boolean
    outFile?: string
    pool?: number
    progress?: boolean
    sarif?: boolean
    threshold?: number