We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 seems to be missing a dependency on es6-set and object-assign.
eslint-plugin-import
es6-set
object-assign
This goes unnoticed in [email protected] since they are included with eslint-module-utils, but fails on [email protected].
[email protected]
eslint-module-utils
The text was updated successfully, but these errors were encountered:
Thanks for noticing and reporting @moeriki, and sorry for the inconvenience.
I will try to take some time tonight to fix this (probably by using the native Set and Object.assign that are available from Node 4 onwards).
Set
Object.assign
Sorry, something went wrong.
#604: Fixed code that relied on removed dependencies
6a83c80
(#604): Fixed code that relied on removed dependencies
e14984c
No branches or pull requests
eslint-plugin-import
seems to be missing a dependency ones6-set
andobject-assign
.This goes unnoticed in
[email protected]
since they are included witheslint-module-utils
, but fails on[email protected]
.The text was updated successfully, but these errors were encountered: