eslint-config-aftonbladet
v2.0.0
Published
The standard eslint config at Aftonbladet
Readme
eslint-config-aftonbladet
The standard ESLint configuration at Aftonbladet, based on Airbnb's config.
Installation
Dependencies
Install the package and its peer dependencies:
npm i --save-dev eslint-config-aftonbladet eslint@">=2.9.0 <3.0.0"Configuration
Add the following entry to your .eslintrc file:
"extends": "aftonbladet"If you want to use several configurations just add it as an array of strings; "extends": ["spt", "aftonbladet"]
Extend
You can freely override any settings by specifying them as normal.
