@typehut/eslint-config-import

1.0.1 • Public • Published

@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

/@typehut/eslint-config-import/

    Package Sidebar

    Install

    npm i @typehut/eslint-config-import

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.47 kB

    Total Files

    4

    Last publish

    Collaborators

    • croutonn