1.0.1 • Published 4 years ago
@typehut/eslint-config-import v1.0.1
@typehut/eslint-config-import

Install
npm i -D @typehut/eslint-config-importor
yarn add -D @typehut/eslint-config-importUsage
{
"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