Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Labels
Milestone
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 havesearched for related issues and found none that matched my issue.
- I haveread the FAQ and my problem is not listed.
Issue Description
Bug discussed and confirmed by@JoshuaKGoldberg and@bradzacher.
Config working withtypescript-eslint v7.9.0 does not work with v8.0.0-alpha.10, raising:
/Users/<...>/eslint.config.js 0:0 error Parsing error: "parserOptions.programs" has been provided for @typescript-eslint/parser.The file was not found in any of the provided program instance(s): eslint.config.jsalthough I don't use any home-made program.
Potential culprit:https://github.com/typescript-eslint/typescript-eslint/pull/8834/files
Reproduction Repository Link
Repro Steps
git clone https://github.com/OlivierZal/melcloud-apigit co e118342a2ce16c49e41e145844bc318e344cfe52eslint .npm i typescript-eslint@8.0.0-alpha.10 --forceeslint .- compare the 2 outputs (see attached screenshots: v7.9.0 vs v8.0.0-alpha)
Versions
| package | version |
|---|---|
@typescript-eslint/eslint-plugin | 8.0.0-alpha.10 |
TypeScript | 5.4.5 |
ESLint | 9.2.0 |
node | 22.1.0 |

