Files
jiahong-doc/code/enterprise-homepage/node_modules/has-symbols/.eslintrc
T
jiahong 021b3f82db up
2026-03-27 02:12:03 +08: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,
}
}