no-invalid-this off

This commit is contained in:
pypy
2021-01-21 12:30:04 +09:00
parent a0b831bc57
commit a1c681625f

View File

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