5.2.0 • Published 7 years ago

eslint-config-nimedev-base v5.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-nimedev-base

npm

An ESLint Shareable Config based on Airbnb's JavaScript Style Guide.

Installation

It requires eslint and eslint-plugin-import

$ npm install eslint-config-nimedev-base eslint eslint-plugin-import

Usage

Set your eslint config to:

{
  "extends": "nimedev-base"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs and turn off the no-console rule:

{
  "extends": "nimedev-base",
  "rules": {
    "indentation": "tab",
    "no-console": 0
  }
}
5.2.0

7 years ago

5.1.0

7 years ago

5.0.0

7 years ago

4.2.0

7 years ago

4.1.0

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago