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
The current import-order/import-order rule is being provided by the deprecated jfmengels/eslint-plugin-import-order.
import-order/import-order
That repository directs us to benmosher/eslint-plugin-import which has the following default import order
"import/order": ["error", {"groups": ["builtin", "external", "internal", "parent", "sibling", "index"]}]
It looks like these rules may be landing directly in eslint as well. See eslint/eslint#5583
The text was updated successfully, but these errors were encountered:
In the works: #109
There are some issues with the plugin that needs to be resolved first.
Sorry, something went wrong.
No branches or pull requests
The current
import-order/import-order
rule is being provided by the deprecated jfmengels/eslint-plugin-import-order.That repository directs us to benmosher/eslint-plugin-import which has the following default import order
It looks like these rules may be landing directly in eslint as well. See eslint/eslint#5583
The text was updated successfully, but these errors were encountered: