mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-05 22:38:14 +08:00
19 lines
303 B
JSON
19 lines
303 B
JSON
{
|
|
"extends": ["eslint:recommended"],
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"ecmaVersion": 6
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"es6": true,
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"no-console": "warn",
|
|
"require-jsdoc": "off",
|
|
"max-len": "off",
|
|
"valid-jsdoc": "off"
|
|
}
|
|
}
|