github-pages-deploy-action/node_modules/has-symbols/.eslintrc

12 lines
164 B
Plaintext
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
2020-03-22 05:13:25 +08:00
"no-magic-numbers": 0,
"multiline-comment-style": 0,
2020-01-28 13:07:56 +08:00
}
}