Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/gopd/.eslintrc
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00

17 lines
224 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}