@appcook/eslint-config-react

1.2.2 • Public • Published

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

Package Sidebar

Install

npm i @appcook/eslint-config-react

Weekly Downloads

1

Version

1.2.2

License

MIT

Unpacked Size

9 kB

Total Files

9

Last publish

Collaborators

  • hiwangchi