Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/safe-array-concat/.eslintrc
VanyaAlekseev ccc3e790bb lab2
2023-12-03 16:59:28 +04:00

16 lines
201 B
Plaintext

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