Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/safe-array-concat/.eslintrc

16 lines
201 B
Plaintext
Raw Normal View History

2024-01-10 22:39:31 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}