mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 03:09:48 +08:00
17 lines
183 B
Plaintext
17 lines
183 B
Plaintext
|
|
{
|
||
|
|
"extends": "@ljharb",
|
||
|
|
|
||
|
|
"rules": {
|
||
|
|
"func-style": "warn",
|
||
|
|
},
|
||
|
|
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": "test/**/*.js",
|
||
|
|
"rules": {
|
||
|
|
"max-lines-per-function": "off",
|
||
|
|
},
|
||
|
|
},
|
||
|
|
],
|
||
|
|
}
|