Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 355 Bytes

File metadata and controls

16 lines (14 loc) · 355 Bytes

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