setup-java/node_modules/object.getownpropertydescriptors/test/.eslintrc
Stephen Franceschelli c1a589c5b6 Fix.
2019-07-30 13:41:05 -04:00

8 lines
155 B
Text

{
"rules": {
"max-nested-callbacks": [2, 3],
"max-statements": [2, 15],
"max-statements-per-line": [2, { "max": 2 }],
"no-invalid-this": [1]
}
}