Closed
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have searched for related issues and found none that matched my issue.
- I have read the FAQ and my problem is not listed.
Issue Description
Split out from #8925 as I realized you requested an issue. As the title says, this error seems to trigger for every file after the 8th. With 9 files I get the error once, with 10 files I get the error twice, etc.
Reproduction Repository Link
https://github.com/ehoogeveen-medweb/glob-too-wide.git
Repro Steps
- clone the repo
npm ci
npx eslint --ext ts .
Versions
package | version |
---|---|
typescript-eslint |
7.8.0 |
TypeScript |
5.4.5 |
ESLint |
8.57.0 |
node |
20.12.2 |