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 difffriendly - ️ 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!