no-negated-condition off

This commit is contained in:
pypy
2021-01-21 12:48:10 +09:00
parent e05171d694
commit e0455964f3

View File

@@ -55,6 +55,7 @@ module.exports = {
'no-invalid-this': 0,
'no-magic-numbers': 0,
'no-mixed-operators': 0,
'no-negated-condition': 0,
'no-param-reassign': 0,
'no-plusplus': 0,
'no-redeclare': 0,