hexo/node_modules/has-symbols/.eslintrc

12 lines
175 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}