-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
[eslint-config-next] Incompatible with eslint@8.0.0 #29829
Comments
same for me |
see #29770 |
I'm managing my own eslintrc.js and I have all dependencies versions strict (without ^). I've created this issue, cos I've tested updating eslint only. Now I'm faced another issue with eslint-plugin-import, which crashes vscode linting cos it is missing There is already an issue import-js/eslint-plugin-import#2255 |
|
eslint-plugin-import has been released; upgrade to v2.25.2 and you should be fine. |
I am still seeing
with the eslint-plugin-import 2.25.2 you have to resolve to I highly would not recommend upgrading to eslint 8. There are many breaking changes that require rule authors to update their implementation |
Same issue over here, hoping to see the PR merging soon 🤞 |
You will likely also run into somehting like this:
This was fixed in the latest version of |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What version of Next.js are you using?
11.1.2
What version of Node.js are you using?
16.7
What browser are you using?
irrelevant
What operating system are you using?
irrelevant
How are you deploying your application?
irrelevant
Describe the Bug
Updating to eslint@8.0.0 produces an error:
Currently reverted to 7.32.0
Expected Behavior
Should support eslint@8
To Reproduce
update eslint to latest 8.0.0 version in any nextjs project using eslint-config-next
The text was updated successfully, but these errors were encountered: