Constnium/node_modules/has-tostringtag/.eslintrc

12 lines
164 B
Text
Raw Normal View History

2022-06-23 02:27:43 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}