PIbd-22.-Stroev-V.M.-Intern.../Lab2/node_modules/safe-array-concat/.eslintrc
2023-10-28 00:49:09 +03:00

16 lines
201 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}