Afanasev_Stepan_PIbd-21_IP/ИП 2 лаба/node_modules/has-property-descriptors/.eslintrc
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00

14 lines
173 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": ["GetIntrinsic"],
}],
},
}