@airbnb/config-eslint
Version:
Reusable ESLint config.
15 lines • 422 B
TypeScript
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