1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/has-symbols/.eslintrc

12 lines
164 B
Plaintext
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
2023-12-28 23:41:32 +08:00
"no-magic-numbers": 0,
"multiline-comment-style": 0,
2023-12-18 13:12:25 +08:00
}
}