1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/array-includes/.eslintrc

14 lines
309 B
Plaintext
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 26 }],
"max-statements": [2, 14],
"new-cap": [2, { capIsNewExceptions: ["ToObject", "ToInteger", "ToLength", "SameValueZero", "RequireObjectCoercible"] }],
"no-magic-numbers": [0],
"no-useless-call": [1]
}
}