tslint-to-eslint-config
tslint-to-eslint-config copied to clipboard
feat: Support `ordered-imports` option
PR Checklist
- [x] Addresses an existing issue: Fixes #647
- [x] That issue was marked as
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 within eslint-plugin-import
STATUS: WIP
Just an update on this PR - My bugfix for eslint-plugin-import just got merged, so once there is a new release, i'll make the final modifications required to undraft this PR :tada:
Wowzies! I think this thing is ready for review again - glad this can finally be closed soon :sweat_smile:
According to GitHub, my eslint-plugin-import change got released in v2.27.0, which was released on January 11, so everyone should have an update-to-date version when they install the package after the config conversion.
The most recent changes just set distinctGroup to false. Supposedly in a later update, the default will be changed to false, as doing so is simply a bug fix.
Should be published & available in 2.14.0. Thanks @hyperupcall! 🙌
Yay! Happy to help :smiley: