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
… and replace it with import/order since eslint-plugin-import-order-autofix isn't maintained well.
import/order
The alternative doesn't have an auto fix option, but since all dependants already have the autofix applied, this shouldn't be a big deal.
The text was updated successfully, but these errors were encountered:
There's also eslint-plugin-codebox/sort-imports. However it would be great if we'd simply stick to the built-in one.
Sorry, something went wrong.
import/order is now autofixable 🎉
Drop eslint-plugin-import-order-autofix, bump dependencies and peer d…
b118c61
…ependencies (resolves #10)
Successfully merging a pull request may close this issue.
… and replace it with
import/order
since eslint-plugin-import-order-autofix isn't maintained well.The alternative doesn't have an auto fix option, but since all dependants already have the autofix applied, this shouldn't be a big deal.
The text was updated successfully, but these errors were encountered: