@faasjs/eslint-config-react

License: MITopen in new windowNPM Stable Versionopen in new windowNPM Beta Versionopen in new window

ESLint configuration for React.

Install

npm install @faasjs/eslint-config-react

Then put the following code into your package.json file:

"eslintConfig": {
  "extends": [
    "@faasjs/react"
  ]
}

Usage

npm exec eslint .