[web] Fix shadowed variables

This commit is contained in:
Alain Nussbaumer
2024-04-26 21:48:07 +02:00
parent 8a303f340b
commit 7826b36634
4 changed files with 9 additions and 15 deletions

View File

@@ -28,7 +28,6 @@ export default [
'no-negated-condition': 'off',
'no-nested-ternary': 'off',
'no-plusplus': 'off',
'no-shadow': 'off',
'no-ternary': 'off',
'no-undef': 'off',
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'none' }],