2.0.2 • Published 8 years ago
eslint-config-yidejia v2.0.2
eslint-config-yidejia
PSA: this repo has been moved into eslint-config-ydj --> (https://www.npmjs.com/package/eslint-config-ydj)https://www.npmjs.com/package/eslint-config-ydj
PS: this package is deprecated
usage
$ npm install eslint-config-yidejiaadd .eslintrc file in your project
copy this code to your .eslintrc file
{
"root": true,
"extends": "yidejia",
"env": {
"browser": true
},
"rules": {
}
}and then enjoy yourself