@gik/eslint-config-react
v0.0.11
Published
ESlint rules for React apps.
Downloads
8
Maintainers
Readme
eslint-config: gik-react
ESlint rules for React apps.
These are the rules we use on all of our frontend project using ReactJS.
Checkout other configs similar to this.
- @gik the base rules that this project inherits.
- @gik/cycle for generic CycleJS apps.
- @gik/node for generic NodeJS apps.
Installation
npm i -D eslint @gik/eslint-config-react
Usage
In the corresponding .eslintrc
file (or equivalent) add the extends
property.
{
"extends": "@gik/react"
}