2.0.0 • Published 8 years ago

eslint-config-aftonbladet v2.0.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
8 years ago

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.

2.0.0

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago