eslint-plugin-import-sorting
Advanced tools
Changelog
2.0.0
Remove deprecated settings (#18)
import-sorting/known-framework
should be changed to import-sorting/framework-patterns
import-sorting/known-first-party
should be changed to import-sorting/internal-patterns
builtin
group (#18)
Since some builtin modules require a bun:
or node:
protocol prefix while others do not, sorting ignores the protocol prefix. (Including it consistently is recommended)style
group (#18)
The style
group now matches imports of Less, Sass, Stylus, and more.