PIbd-22_Kaznacheeva.E.K_Int.../lab2/node_modules/set-function-name/.eslintrc

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",
},
},
],
}