Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUse `eslint-plugin-import` instead of `no-duplicate-imports` #712
Comments
This comment has been minimized.
This comment has been minimized.
|
Right now this is probably the biggest pain-point with using standard with flow. This change would rock. |
This comment has been minimized.
This comment has been minimized.
|
I hear you loud and clear |
feross
closed this
Feb 9, 2017
This comment has been minimized.
This comment has been minimized.
|
Just a heads up that this will be part of the standard v10 beta. See #599 |
feross
added a commit
to standard/eslint-config-standard
that referenced
this issue
Mar 2, 2017
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ajhyndman commentedDec 6, 2016
https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-duplicates.md
This is just a more robust implementation. The use-case I want to support is working with type definition imports, which must necessarily be separate but from the same source file as real imports.
e.g.