setup-node/node_modules/is-symbol/test/.eslintrc
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00

7 lines
127 B
Text

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