3.0.0 • Published 4 years ago

eslint-config-react-important-stuff v3.0.0

Weekly downloads
7,549
License
MIT
Repository
github
Last release
4 years ago

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"
  ]
}