Releases: stormwarning/eslint-plugin-import-sorting
Releases · stormwarning/eslint-plugin-import-sorting
v2.2.0
v2.1.1
v2.1.0
v2.0.0
Major Changes
-
Remove deprecated settings (#18)
import-sorting/known-framework
should be changed toimport-sorting/framework-patterns
import-sorting/known-first-party
should be changed toimport-sorting/internal-patterns
Minor Changes
- Group unassigned imports at the top (#18)
Unassigned imports are grouped together, but not sorted in case of potential side-effects. - Include Bun runtime modules in
builtin
group (#18)
Since some builtin modules require abun:
ornode:
protocol prefix while others do not, sorting ignores the protocol prefix. (Including it consistently is recommended) - Include additional extensions in
style
group (#18)
Thestyle
group now matches imports of Less, Sass, Stylus, and more.
v1.2.2
v1.2.1
v1.2.0
v1.1.0
Minor Changes
- Sort numerals in path strings naturally (#11)
Now ensures that10
will sort after2
, for example.