InternetProgramming/Lab3/node_modules/which-boxed-primitive/.eslintrc
2023-12-15 14:42:22 +04:00

10 lines
89 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 12],
},
}