setup-node/node_modules/is-symbol/test/.eslintrc
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

7 lines
127 B
Text

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