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

17 lines
224 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}