-
-
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
Remove no-duplicates #242
Comments
Ah, cool, makes sense. I can't remember if this is in one of the canned configs, but probably ought to replace it with the ESLint rule upon removal. |
Oh, actually, I think I will keep it. The version of this rule in this plugin resolves the path, so if you use more than one way to get to the same module, it will still be flagged. So it's a bit more powerful than the core version. It also disambiguates Flow types vs. "normal" imports. Which seems to be desired:
Need to make note of both of these distinguishing features. |
Issue has been solved: import-js/eslint-plugin-import#242
Issue has been resolved: import-js/eslint-plugin-import#242
This rule appears to be part of ESLint as of 2.5.0. http://eslint.org/docs/rules/no-duplicate-imports
The text was updated successfully, but these errors were encountered: