eslint-config-yidejia
v2.0.2
Published
yidejia's ESLint config, following our styleguide
Maintainers
Readme
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
