Pibd-21_Ievlewa_M.D._Intern.../node_modules/is-string/.eslintrc

20 lines
217 B
Plaintext
Raw Normal View History

2023-12-03 19:52:09 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"max-statements": [2, 15]
},
"overrides": [
{
"files": ["test.js"],
"rules": {
"no-magic-numbers": 0,
},
},
],
}