Internet_prog/2 лаба/node_modules/is-callable/.eslintrc
2023-10-24 12:26:58 +04:00

11 lines
126 B
Plaintext

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