eslint-config-axa-base
AXA's base ESLint RC, extending Airbnb's base ESLint config.
Usage
- Install from
@axa-ch/eslint-config-axa-base
by:
npm i --save-dev @axa-ch/eslint-config-axa-base
- Install peer dependencies of
@axa-ch/eslint-config-axa-base
andeslint-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
- Add
"exetnds": "axa-base"
to your .eslintrc