setup-node/node_modules/is-symbol/test/.eslintrc
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

7 lines
127 B
Text

{
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-restricted-properties": 0,
"symbol-description": 0,
}
}