Files
RJSVM/node_modules/is-callable/.eslintrc
T
nitowa 1dae68b1c7 init
2023-08-15 22:28:03 +02:00

11 lines
126 B
Plaintext

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