Package Exports
- @typehut/eslint-config-import
- @typehut/eslint-config-import/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 (@typehut/eslint-config-import) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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