Update @typescript-eslint packages to version 8 while keeping eslint at version 8 #9838
Closed
dustydang-tyler
started this conversation in
Technical Discussions
Replies: 1 comment
-
Hi @dustydang-tyler! This is expected - Those rules have been removed from the typescript-eslint plugin! 🙂 See also the v8 migration guide, specifically the entry on "formatting rules". You can continue to use them if you want over at https://eslint.style/. Note for anyone coming along - this has nothing to do with staying on ESLint v8. This is just a breaking change in typescript-eslint v8. For future reference, we don't use gh discussions as a place to get support. Please reach out to us instead on discord for these sorts of things. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
I have a question regarding the usage of @typescript-eslint/eslint-plugin and @typescript-eslint/parser version 8 with eslint version 8.57.0.
I received a lot of errors for "Definition for rule xx is not found". Do I have to migrate my eslint to version 9 while using @typescript-eslint packages at version 8?
Please can someone clarify for me? Thanks!
Additional Info
Before you submit your discussion, please confirm the following. If any of these required steps are not taken, we may not be able to review your RFC. Help us to help you!
Beta Was this translation helpful? Give feedback.
All reactions