-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESLint: Too many files #804
Comments
I've seen this in the editor, but not when running the CLI. I'm not sure what is incorrectly configured, but I'd love to find out how to properly handle this. |
I've been seeing this too and applied the same Hoping someone can shed some light into this. |
Where exactly does one have to set this? |
Goes in your eslint.config.js file. Mine looks like the following as of now:
|
Have been working with epic stack for a bit now without any custom configs to ESLint.
The following error showed up today:
As of now, my workaround has been to add the following to the eslint.config.js file:
parserOptions.projectService.maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING
The text was updated successfully, but these errors were encountered: