包详细信息

eslint-config-react-important-stuff

joeldenning147.2kMIT3.0.0

An eslint config for React bugs, jsx accessibility, and no styling

自述文件

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