ken_nogi/NodeJS/postfixConsole_org/node_modules/has-symbols/.eslintrc
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

12 lines
164 B
Plaintext

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