PIbd-21_Yaruskin_S.A_IP/лаб2/node_modules/gopd/.eslintrc

17 lines
224 B
Plaintext
Raw Normal View History

2024-01-06 02:30:45 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}