Package Exports
- eslint-plugin-import-lite
Readme
eslint-plugin-import-lite
[!WARNING] WIP
Feature
- Port some useful rules from
eslint-plugin-import-x
. - No need resolver and settings in
eslint-plugin-import-x
. - Drop babel and flow support.
See all rules in src/rules
Motivation
I extend my own ESLint config from @antfu/eslint-config
.
Recently this config dropped eslint-plugin-import-x
cause it introduce some binary packages and make it heavy.
In a discussion about built-in resolver, the maintainer plan to keep it as dependency, which makes it impossible to lightweight the package.
But there are some useful rules and some people (include me) want to bring the plugin back.
Credits
- eslint-plugin-import-x - source codes MIT
- eslint-stylistic - project structure and scripts MIT