Files
lcbp3.np-dms.work/frontend/node_modules/has-symbols/.eslintrc
2025-09-21 20:29:15 +07:00

12 lines
164 B
Plaintext
Executable File

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}