eslint-plugin-simple-import-sort
v12.1.1
Published
Easy autofixable import sorting
Downloads
11,566,798
Maintainers
Readme
eslint-plugin-simple-import-sort
Easy autofixable import sorting.
- ✅️ Runs via
eslint --fix
– no new tooling - ✅️ Also sorts exports where possible
- ✅️ Handles comments
- ✅️ Handles type imports/exports
- ✅️ TypeScript friendly (via @typescript-eslint/parser)
- ✅️ Prettier friendly
- ✅️ dprint friendly (with configuration)
- ✅️ eslint-plugin-import friendly
- ✅️
git diff
friendly - ✅️ 100% code coverage
- ✅️ No dependencies
- ❌ Does not support
require
This is for those who use eslint --fix
(autofix) a lot and want to completely forget about sorting imports!