JSPM

@axellero/eslint-config-react

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

ESLint configuration for React/ReactHooks

Package Exports

  • @axellero/eslint-config-react
  • @axellero/eslint-config-react/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-react) 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-react

ESLint configuration for React/ReactHooks

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

Installation

Add peer dependencies:

$ yarn add -D eslint eslint-plugin-react eslint-plugin-react-hooks

...then install config packages:

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

Usage

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

Contributing

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

License

axellero eslint config license