927854894b | ||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
exports.js | ||
imports.js | ||
index.js | ||
package.json | ||
shared.js |
README.md
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
- ✅️ 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!