1.1.5 • Published 7 years ago

eslint-config-yidejia-react v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

eslint-config-yidejia-react

usage

$ npm install eslint-config-yidejia

add .eslintrc file in your project

copy this code to your .eslintrc file

  {
    "root": true,
    "extends": "yidejia-react",
    "env": {
      "browser": true
    },
    "rules": {
    }
  }

and then enjoy yourself