Files
wechatpay-enterprise-web/node_modules/is-callable/.eslintrc
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

11 lines
126 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements-per-line": [2, { "max": 2 }],
},
}