Skip to content
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

Replace eslint-plugin-import-order with eslint-plugin-import? #114

Closed
wenzowski opened this issue May 12, 2016 · 1 comment
Closed

Replace eslint-plugin-import-order with eslint-plugin-import? #114

wenzowski opened this issue May 12, 2016 · 1 comment

Comments

@wenzowski
Copy link

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

"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

@sindresorhus
Copy link
Member

In the works: #109

There are some issues with the plugin that needs to be resolved first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants