-
-
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 v4 #870
Comments
This is an open issue with eslint --init, not something this plugin needs to address. That said, it'd be nice if it could publish a version that supports both v3 and v4. A PR would be helpful. |
After updating to ESLint 4, I'm getting the same unmet peer dependency error in attempting to shrinkwrap our package. A very easy change was made for another ESLint plug-in. I could prepare a PR, but the change ought to be trivial for anyone with access. |
I'll publish in the morning as 2.6.0 |
published 👍🏻 |
Hi! Today is the official release of eslint v4.0.0.
eslint --init
can break becauseeslint-plugin-import
only support eslint v3.x.The text was updated successfully, but these errors were encountered: