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
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I haveread the FAQ and my problem is not listed.
Repro
Working code (4.13.0):https://github.com/sfabriece/typescript-eslint-repro/tree/old
Broken code (4.14.0):https://github.com/sfabriece/typescript-eslint-repro/tree/main
Instructions in both branches:
npm installnpm run lint
tsconfig in repro repo
debug output
lint-report.txt
Versions
| package | version |
|---|---|
@typescript-eslint/eslint-plugin | 4.14.0 |
@typescript-eslint/parser | 4.14.0 |
TypeScript | 4.1.3 |
ESLint | 7.18.0 |
node | 15.5.1 |