-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: Support ordered-imports
option
#1402
feat: Support ordered-imports
option
#1402
Conversation
Just an update on this PR - My bugfix for |
Wowzies! I think this thing is ready for review again - glad this can finally be closed soon 😅 According to GitHub, my The most recent changes just set |
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.
What a blast from the past! This is looking great, thanks @hyperupcall!
Congrats on getting this merged after all these months 😄
|
||
if ("groups" in argument) { | ||
notices.push( | ||
"Option 'groups' is too bespoke to be converted to ESLint plugin 'eslint-plugin-import'", |
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.
😂 I love this
Should be published & available in 2.14.0. Thanks @hyperupcall! 🙌 |
Yay! Happy to help 😃 |
PR Checklist
status: accepting prs
Overview
Simply adds support for the
ordered-imports
option. This is a draft PR because the correct functionality depends on a PR withineslint-plugin-import