-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add eslint-plugin-import
#241
Comments
Thanks for opening the issue. Sounds good to me. 👍🏼 |
@ybiquitous stylelint/stylelint#6942 |
I think we should use the same rule for importing within the organization. So, this proposal makes sense. But adding the importing rules to |
Sounds good? |
Yes, but can you please wait for PRs (rewriting to ESM) into the |
What is the problem you're trying to solve?
import
s,export
s last, etc.What solution would you like to see?
eslint-plugin-import - order or https://github.com/lydell/eslint-plugin-simple-import-sort/
https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/exports-last.md
https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-unused-modules.md
after v16
https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-commonjs.md
see also
stylelint/stylelint#6995
stylelint/stylelint#7211 (comment)
The text was updated successfully, but these errors were encountered: