1.2.2 • Published 3 years ago

@appcook/eslint-config-react v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@appcook/eslint-config-react

npm version npm downloads node engine

ESLint configuration for React web application

Usage

Install this package:

# use yarn
yarn add @appcook/eslint-config-react --dev


# use npm
npm install @appcook/eslint-config-react --save-dev

Then config your .eslinrc file:

{
  "extends": "@appcook/react"
  "rules": {
    // add your own rules to overwrite
  }
}