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
So I have
import Utils from '../../lib/utils' import { selectActiveCurrencyPrice } from '../../lib/utils'
And if then it runs eslint --fix I get:
eslint --fix
import { selectActiveCurrencyPrice } from Utils from '../../lib/utils'
Thanks!
The text was updated successfully, but these errors were encountered:
What version of eslint-plugin-import do you have?
See also, #1431 and #1403 - this seems like a duplicate of #1403?
Sorry, something went wrong.
no-duplicates
Successfully merging a pull request may close this issue.
So I have
And if then it runs
eslint --fix
I get:Thanks!
The text was updated successfully, but these errors were encountered: