PIbd-22.-Stroev-V.M.-Intern.../Lab2/node_modules/set-function-name/.eslintrc
2023-10-28 00:49:09 +03:00

21 lines
256 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
},
"overrides": [
{
"files": ["test/**/*.js"],
"rules": {
"id-length": "off",
"multiline-comment-style": "off",
"no-empty-function": "off",
},
},
],
}