0.2.1 • Published 3 years ago

@crrntly/eslint-config-react-app v0.2.1

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

@crrntly/eslint-config-react-app

An eslint configuration for React projects.

Installation

npm install --save-dev @crrntly/eslint-config-react-app

Usage

package.json

{
  "eslintConfig": {
    "extends": [
      "@crrntly/eslint-config",
      "@crrntly/eslint-config-react-app"
    ]
  }
}