InternetProgramming/Lab3/node_modules/set-function-name/.eslintrc
2023-12-15 14:42:22 +04: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",
},
},
],
}