ken_nogi/NodeJS/LINEWORKS_Pleasanter/node_modules/has-symbols/.eslintrc
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +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,
}
}