Closed
Description
🚀 Feature Request
The script swaps in import/order
for tslint's ordered-imports
. I spent quite a while trying to configure it to sort things like tslint's rule did, before discovering eslint-plugin-simple-import-sort, which seems much closer to the old rule (and also much easier to configure!).
Existing Behavior
ordered-imports
becomes import/order
.
Change Proposal
ordered-imports
becomes eslint-plugin-simple-import-sort
I haven't taken the time to check how well this would work for tslint.json
settings beyond the ones I use, but for me simple-import-sort was fantastic!