0.0.11 • Published 6 years ago

@gik/eslint-config-react v0.0.11

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

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"
}