@rajzik/config-eslint
Version:
Reusable ESLint config.
9 lines • 315 B
TypeScript
export interface ESLintOptions {
next?: boolean;
node?: boolean;
prettier?: boolean;
typescript?: boolean;
}
export declare function getExtendsList({ next, node, prettier, typescript, }: ESLintOptions): string[];
export declare function getIgnoreList(): string[];
//# sourceMappingURL=index.d.ts.map