[web] Remove negated conditions

This commit is contained in:
Alain Nussbaumer
2024-04-27 06:59:47 +02:00
parent 7d59abee4f
commit fc5563fe9d
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ export default [
'max-statements': 'off',
'no-bitwise': 'off',
'no-magic-numbers': 'off',
'no-negated-condition': 'off',
'no-nested-ternary': 'off',
'no-plusplus': 'off',
'no-ternary': 'off',