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

    Interface GlobOptions

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

    Properties

    cwd?: string
    ignore?: string | string[]
    nocase?: boolean
    nodir?: boolean
    symlinks?: Record<string, boolean>