UNPKG

@rajzik/config-eslint

Version:
9 lines 315 B
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