eslint-config-react-important-stuff
v3.0.0
Published
An eslint config for React bugs, jsx accessibility, and no styling
Downloads
155,843
Readme
eslint-config-react-important-stuff
An eslint config for react important stuff. For non-react projects, see https://github.com/joeldenning/eslint-config-important-stuff.
Installation and usage
npm install --save-dev eslint-config-react-important-stuff
In your eslint config:
{
"extends": [
"react-important-stuff"
]
}