- Slightly opinionated ESLint config that should be a good start for any React project.
Check the full list of rules in index.js
npm install --save-dev eslint-config-start-react
Add this to your .eslintrc
file:
{
"extends": [
"start-react"
]
}