1.0.0 • Published 8 years ago

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

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

eslint-config-axa-base

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

Usage

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

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

    It requires eslint and eslint-plugin-import

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

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