An eslint config for react important stuff. For non-react projects, see https://github.com/joeldenning/eslint-config-important-stuff.
npm install --save-dev eslint-config-react-important-stuff
In your eslint config:
{
"extends": [
"react-important-stuff"
]
}