UNPKG

prettylint

Version:
15 lines (14 loc) 327 B
export interface Context { argv: { filePatterns: string[]; ignorePath: string[]; config?: string | false; editorconfig?: boolean; withNodeModules?: boolean; write?: boolean; }; languages: Array<{ extensions?: string[]; filenames?: string[]; }>; }