setup-node/node_modules/has-symbols/.eslintrc
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

10 lines
131 B
Text

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