-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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-plugin-import does not support eslint 8 yet #2252
Comments
got the same problem here with eslint-plugin-import |
I used yarn to install it, should have it also warned when installed it ?! |
Yes, it should have. Either way, eslint-plugin-import supports eslint 8 now, so you shouldn’t have any issues. |
@ljharb Hi sir, I just try to upgrade our team project to use |
@BeAmazedVariable first update eslint-plugin-import, and try again. |
@ljharb I just try and it did work out. Thank you so much for your instruction |
During install process it still recommend using eslint-plugin-import@^2.22.1, only in 2.22.2 it was fixed. 😓 |
@julianoventola during what install process? |
Sorry...During eslint install process, at the end, it still recommends using version 2.22.1 |
@julianoventola no, it's using |
Yes, but, using this way, it does not work, eslint will break, i had to force 2.22.2. Thank you for the attention anyway |
That doesn't make sense, unless you have a lockfile that already has v2.22.1 in it. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
we are facing the same issue - using eslint-plugin-import@2.24.2 and eslint 8.15.0 .. could somebody explain this issue to us better and re-open this issue? |
@JannikZed the issue is you’re using an outdated version of the plugin. Update it to the latest. There’s nothing left to fix, and no need to reopen. |
Environment Info:
Node version: v14.17.6
npm version: v8.0.0
Local ESLint version: v8.0.0 (Currently used)
Global ESLint version: v8.0.0
Operating System: linux 5.13.19-200.fc34.x86_64
The text was updated successfully, but these errors were encountered: