-
Notifications
You must be signed in to change notification settings - Fork 7
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 unmet peer dependency #37
Comments
It is supported but there's a warning for now yes. |
But it works |
I tried to add https://github.com/vuejs/eslint-plugin-vue to have better warnings for .vue files, but I found no way to make it work in the current config.
|
This is something different, see the issue on vue rslint plugin and also the readme here explains it |
I think you forgot the link ;) |
vuejs/eslint-plugin-vue#21 (comment) Also they just fixed the vue template plugin so that import plugin works alongside, import plugin might still say it's not compatible with latest eslint but it is. |
(this warning is not an issue right now) |
The
eslint-plugin-import
lib does not currently support eslint 4.We will need to update once this is merged: import-js/eslint-plugin-import#871
The text was updated successfully, but these errors were encountered: