setup-php/node_modules/object.getownpropertydescriptors/test/.eslintrc
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

9 lines
155 B
Plaintext

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