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
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
The latest typescript-eslint's config types are incompatible with the latest ESLint. It causes many third-party ESLint configs to not be usable in the tseslint.config
. The issue seems to be caused by this PR: eslint/eslint#19832, and released in the ESLint version 9.29.0. The issue is introduced by ESLint, but I think it should be fixed in the typescript-eslint.
Reproduction Repository Link
https://github.com/Livan-pro/typescript-eslint-ecmascript17-bug
Repro Steps
- clone the repo
yarn install
yarn typecheck
Versions
package | version |
---|---|
typescript-eslint | 8.34.0 |
TypeScript | 5.8.3 |
ESLint | 9.29.0 |