JSPM

@axellero/eslint-config-import

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

ESLint configuration for ES6 Imports and Exports

Package Exports

  • @axellero/eslint-config-import
  • @axellero/eslint-config-import/lib/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 (@axellero/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

axellero logo
@axellero/eslint-config-import

ESLint configuration for ES6 Imports and Exports

axellero/eslint repository github workflow status axellero/eslint repository license @axellero/eslint-config-import

Installation

Add peer dependencies:

$ yarn add -D eslint eslint-plugin-import eslint-plugin-simple-import-sort

...then install config packages:

$ yarn add -D @axellero/eslint-config-import

Usage

{
  // package.json
  "eslintConfig": {
    "extends": [
      "@axellero/eslint-config-import"
    ]
  }
}

Contributing

Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.

License

axellero eslint config license