Package Exports
- eslint-plugin-simple-import-sort
- eslint-plugin-simple-import-sort/exports
- eslint-plugin-simple-import-sort/exports.js
- eslint-plugin-simple-import-sort/imports
- eslint-plugin-simple-import-sort/imports.js
- eslint-plugin-simple-import-sort/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-plugin-simple-import-sort) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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!