1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/is-callable/.eslintrc

11 lines
126 B
Plaintext
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
2023-12-28 23:41:32 +08:00
"max-statements-per-line": [2, { "max": 2 }],
},
2023-12-18 13:12:25 +08:00
}