-
Notifications
You must be signed in to change notification settings - Fork 0
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
Proposal: add import sorting to the base config #49
Conversation
Merging this PR will result in a major version bump. Created by lifeomic-probot (Enforce Semantic Commits) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
the first thing in my mind is ☕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice. I like Python's isort
tool. Nice that there's a good one for the JS ecosystem as well. 👍
Surprised at the quick widespread approval. Love it. Merging! |
🎉 This PR is included in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Motivation
We've been using this plugin to automatically sort imports in an internal project for some time. When combined with ESLint's "fix on save" feature in VSCode, the experience is great. I never have to think about import order, and imports are sorted automatically whenever I save. Plus, the ordering of imports is consistent between files.
My experience has been so great that I'd like to propose adding it to our core config.