UNPKG

@umijs/lint

Version:
12 lines (11 loc) 216 B
export interface ILinterOpts { cwd: string; } export interface ILintArgs { _: string[]; quiet?: boolean; fix?: boolean; eslintOnly?: boolean; stylelintOnly?: boolean; cssinjs?: boolean; }