tslint-to-eslint-config icon indicating copy to clipboard operation
tslint-to-eslint-config copied to clipboard

feat: Support `ordered-imports` option

Open hyperupcall opened this issue 3 years ago • 1 comments

PR Checklist

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

hyperupcall avatar Mar 03 '22 08:03 hyperupcall

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:

hyperupcall avatar Aug 26 '22 21:08 hyperupcall

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.

hyperupcall avatar Feb 21 '23 20:02 hyperupcall

Should be published & available in 2.14.0. Thanks @hyperupcall! 🙌

JoshuaKGoldberg avatar Feb 21 '23 20:02 JoshuaKGoldberg

Yay! Happy to help :smiley:

hyperupcall avatar Feb 21 '23 21:02 hyperupcall