PIbd-21_Danilov_V.V._Intern.../Lab4/node_modules/side-channel/.eslintrc
Владимир Данилов ab1cc7aeac Отчет лаб 4
2024-01-09 05:30:48 +04:00

12 lines
172 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}