1
0
mirror of https://github.com/actions/setup-node synced 2025-05-15 04:17:54 +00:00
setup-node/node_modules/function-bind/test/.eslintrc
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

10 lines
176 B
Plaintext

{
"rules": {
"array-bracket-newline": 0,
"array-element-newline": 0,
"max-statements-per-line": [2, { "max": 2 }],
"no-invalid-this": 0,
"no-magic-numbers": 0,
}
}