[web] Remove ++ operators

This commit is contained in:
Alain Nussbaumer
2025-03-25 21:24:26 +01:00
parent e7fcf7dd80
commit 1c5425ba2a
5 changed files with 178 additions and 156 deletions

View File

@@ -22,7 +22,6 @@ export default [
'no-bitwise': 'off',
'no-magic-numbers': 'off',
'no-nested-ternary': 'off',
'no-plusplus': 'off',
'no-ternary': 'off',
'no-undef': 'off',
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'none' }],