UNPKG

@infctr/eslint-docs

Version:

Keep your rule names and descriptions up-to-date across your repo

10 lines (9 loc) 301 B
export declare const parse: (args?: string[]) => { args: string[]; noDiffs: boolean; isChecking: boolean; verb: string; ext: string; }; declare const args: string[], noDiffs: boolean, isChecking: boolean, verb: string, ext: string; export { args, noDiffs, isChecking, verb, ext };