IanVS / prettier-plugin-sort-imports

An opinionated but flexible prettier plugin to sort import statements
Apache License 2.0
1.02k stars 25 forks source link

[Breaking] Remove importOrderSortSpecifiers option #65

Closed IanVS closed 1 year ago

IanVS commented 1 year ago

Ref #22

This removes the importOrderSortSpecifiers, and always sort the specifiers (i.e. the option is always turned on).

I removed a few tests as well that are no longer useful due to removed options.