setup-python/node_modules/is-symbol/test/.eslintrc
Stephen Franceschelli ec0a863019 Fix.
2019-07-30 13:16:01 -04:00

7 lines
127 B
Text

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