Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/functions-have-names/.eslintrc
2024-01-10 22:39:31 +04:00

20 lines
219 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": [2, "always"],
"id-length": 1,
},
"overrides": [
{
"files": "test/**",
"rules": {
"func-name-matching": 0,
},
},
],
}