mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-14 20:30:04 +08:00
24 lines
322 B
Plaintext
24 lines
322 B
Plaintext
|
|
{
|
||
|
|
"root": true,
|
||
|
|
|
||
|
|
"extends": "@ljharb",
|
||
|
|
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": "index.js",
|
||
|
|
"rules": {
|
||
|
|
"complexity": "off",
|
||
|
|
"no-param-reassign": "warn",
|
||
|
|
},
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"files": "test/**/*.js",
|
||
|
|
"rules": {
|
||
|
|
"id-length": "off",
|
||
|
|
"getter-return": "off",
|
||
|
|
"max-lines-per-function": "warn",
|
||
|
|
},
|
||
|
|
},
|
||
|
|
],
|
||
|
|
}
|