6.0.0 • Published 7 years ago

eslint-config-nimedev-react v6.0.0

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

eslint-config-nimedev-react

npm

An ESLint Shareable Config for React applications.

Installation

It requires babel-eslint, eslint, eslint-plugin-import, eslint-plugin-react, and eslint-plugin-jsx-a11y.

$ npm install eslint-config-nimedev-react babel-eslint eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y

Usage

Set your eslint config to:

{
  "extends": "nimedev-react"
}

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-react",
  "rules": {
    "indentation": "tab",
    "no-console": 0
  }
}
6.0.0

7 years ago

5.0.1

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.1

7 years ago

3.0.0

7 years ago

2.5.0

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