@damian-buho/repolinter - v2.2.4
    Preparing search index...

    Interface GlobOptions

    interface GlobOptions {
        cwd?: string;
        ignore?: string | string[];
        nocase?: boolean;
        nodir?: boolean;
        symlinks?: Record<string, boolean>;
    }
    Index
    cwd?: string
    ignore?: string | string[]
    nocase?: boolean
    nodir?: boolean
    symlinks?: Record<string, boolean>