hexo/node_modules/is-callable/.eslintrc

11 lines
136 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements-per-line": [2, { "max": 2 }],
},
}