-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add support for @typescript-eslint version 6.x.x #1188
Comments
Is this still an issue, please? May I see the output of |
Yes. To reproduce, you just need to install "eslint": "^8.45.0", in a dummy app, configure eslint with documented defaults for eslint-config-standard-with-typescript and @typescript-eslint and run the linter. |
|
Are there any fixes for this error, i'm also facing the same issue |
Hi karolyi, were you able to resolve this? |
Yes, by downgrading the required packages. |
This project doesn't support typescript-eslint v6 yet. Your package manager should be telling you that. Also, supporting it seems non-trivial. So it may take a while. |
To workaround this issue, install the fallowing packages at v5: npm install -D @typescript-eslint/eslint-plugin@5 @typescript-eslint/parser@5 |
With Yarn v2+'s Presumably npm patch-package can do this for you as well. |
@retrixe: please do a pull request on that repo including the code changes in the patch. |
👍 #1222 |
## [38.0.0](v37.0.0...v38.0.0) (2023-08-20) ### ⚠ BREAKING CHANGES * minimum @typescript-eslint packages bumped to v6.1.0 * there will be some ### Build system / dependencies * bump package-lock.json on release ([d42bf5b](d42bf5b)) * moduleResolution: nodenext ([1f31e2b](1f31e2b)) * package-lock.json ([b3a6535](b3a6535)), closes [#1193](#1193) * shared commitlint config ([bdd6e2d](bdd6e2d)) * use extracted releaserc ([877b004](877b004)) ### Features * [@typescript-eslint](https://github.com/typescript-eslint) 6 ([166e189](166e189)) * bump minimum [@typescript-eslint](https://github.com/typescript-eslint) to v6.1.0 ([77202d1](77202d1)), closes [#1222](#1222) [#1188](#1188)
🎉 This issue has been resolved in version 38.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What version of this package are you using?
36.1.0
What problem do you want to solve?
Crash at running the linter:
The text was updated successfully, but these errors were encountered: