4 lines
513 B
Plaintext
4 lines
513 B
Plaintext
import type { ProjectServiceOptions } from '../parser-options';
|
|
export declare const DEFAULT_PROJECT_FILES_ERROR_EXPLANATION = "\n\nHaving many files run with the default project is known to cause performance issues and slow down linting.\n\nSee https://typescript-eslint.io/troubleshooting/typed-linting#allowdefaultprojectforfiles-glob-too-wide\n";
|
|
export declare function validateDefaultProjectForFilesGlob(options: ProjectServiceOptions): void;
|
|
//# sourceMappingURL=validateDefaultProjectForFilesGlob.d.ts.map |