Internet_prog/2 лаба/node_modules/is-callable/.eslintrc

11 lines
126 B
Plaintext
Raw Normal View History

2023-10-24 12:26:58 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements-per-line": [2, { "max": 2 }],
},
}