securityos/node_modules/is-callable/.eslintrc

11 lines
126 B
Plaintext
Raw Normal View History

2024-09-06 15:32:35 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements-per-line": [2, { "max": 2 }],
},
}