1.0.0 • Published 8 years ago

@axa-ch/eslint-config-axa-react v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

eslint-config-axa-react

AXA's base ESLint RC, extending Airbnb's base ESLint config.

Usage

  1. Install from @axa-ch/eslint-config-axa-react by:

    npm i --save-dev @axa-ch/eslint-config-axa-react
  2. Install peer dependencies of @axa-ch/eslint-config-axa-react and eslint-config-airbnb

    It requires eslint, eslint-plugin-import, eslint-plugin-react, and eslint-plugin-jsx-a11y.

    Install the correct versions of each package, which are listed by the command:

    npm info "@axa-ch/eslint-config-axa-react@latest" peerDependencies
    npm info "eslint-config-airbnb@latest" peerDependencies
  3. Add "exetnds": "axa-react" to your .eslintrc