@appcook/eslint-config-react

ESLint configuration for React web application


Keywords
eslint, eslint react, eslint-config-react
License
MIT
Install
npm install @appcook/eslint-config-react@1.2.2

Documentation

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