2.1.0 • Published 6 months ago

eslint-config-start-react v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

eslint-config-start-react

  • Slightly opinionated ESLint config that should be a good start for any React project.

What it contains

Check the full list of rules in index.js

Install

npm install --save-dev eslint-config-start-react

Configure

Add this to your .eslintrc file:

{
  "extends": [
    "start-react"
  ]
}

List of start packages