persona-community-5/.pnpm-store/v3/files/4a/21b67ce984099c7e3de70e849fe5adc66e87f0e7c866a307e90ff4f57c13bc67f9f0b05384f060aa56c9040e8cff363c36f520ea878e4e9e29e823357b2d62
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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