UNPKG

@airbnb/config-eslint

Version:
15 lines 422 B
export interface ESLintOptions { next?: boolean; node?: boolean; prettier?: boolean; typescript?: boolean; } /** * Create a root project config for a project. */ export declare function getExtendsList({ next, node, prettier, typescript, }: ESLintOptions): string[]; /** * Return a list of common files to ignore. */ export declare function getIgnoreList(): string[]; //# sourceMappingURL=index.d.ts.map