no-extra-parens off

This commit is contained in:
pypy
2021-01-21 12:51:46 +09:00
parent f2fa98aee3
commit d304de99bc

View File

@@ -52,6 +52,7 @@ module.exports = {
allowEmptyCatch: true
}
],
'no-extra-parens': 0,
'no-invalid-this': 0,
'no-magic-numbers': 0,
'no-mixed-operators': 0,