eslint-config-ydj
v0.0.3
Published
yidejia's ESLint config, following our styleguide
Maintainers
Readme
eslint-config-ydj
usage
$ npm install eslint-config-ydjadd .eslintrc file in your project
copy this code to your .eslintrc file
{
"root": true,
"extends": "ydj",
"env": {
"browser": true
},
"rules": {
}
}
and then enjoy yourself
