[web] Remove ternary statements

This commit is contained in:
Alain Nussbaumer
2025-05-25 10:12:59 +02:00
parent 78ffba97d8
commit b251a4e418
9 changed files with 37 additions and 29 deletions

View File

@@ -20,8 +20,6 @@ export default [
'max-statements': 'off',
'no-bitwise': 'off',
'no-magic-numbers': 'off',
'no-nested-ternary': 'off',
'no-ternary': 'off',
'no-undef': 'off',
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'none' }],
'one-var': 'off',