W72crm_web-master/node_modules/is-callable/.eslintrc

11 lines
126 B
Plaintext
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements-per-line": [2, { "max": 2 }],
},
}