JSPM

@typehut/eslint-config-import

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q12525F
  • License MIT

ESLint import configuration in @typehut

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 CI npm downloads

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

  1. Side effect (Can't auto-sorting within this group)
  2. Node.js built-in
  3. External
  4. Unknown
  5. Internal (Prefixed with @/ or ~/ are treated as internal group and are placed before relative paths)
  6. Type
  7. Style