Skip to content

joeldenning/eslint-config-react-important-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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