setup-node/node_modules/has-symbols/.eslintrc
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

11 lines
131 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0
}
}