Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/set-function-name/.eslintrc

21 lines
256 B
Plaintext
Raw Permalink Normal View History

2024-01-10 22:39:31 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
},
"overrides": [
{
"files": ["test/**/*.js"],
"rules": {
"id-length": "off",
"multiline-comment-style": "off",
"no-empty-function": "off",
},
},
],
}