@typehut/eslint-config-import
v1.0.1
Published
ESLint import configuration in @typehut
Downloads
2
Maintainers
Readme
@typehut/eslint-config-import
Install
npm i -D @typehut/eslint-config-import
or
yarn add -D @typehut/eslint-config-import
Usage
{
"extends": ["@typehut/eslint-config-import"]
}
Note that you cannot omit the eslint-config-
prefix to extend.
Group Order
- Side effect (Can't auto-sorting within this group)
- Node.js built-in
- External
- Unknown
- Internal (Prefixed with
@/
or~/
are treated as internal group and are placed before relative paths) - Type
- Style