2.0.0 • Published 10 years ago

eslint-config-aftonbladet v2.0.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
10 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

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago