[web] Avoid useless assignment

This commit is contained in:
Alain Nussbaumer
2024-04-25 21:33:38 +02:00
parent 938458b56e
commit 30fc35097c
2 changed files with 8 additions and 9 deletions

View File

@@ -32,7 +32,6 @@ export default [
'no-ternary': 'off',
'no-undef': 'off',
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'none' }],
'no-useless-assignment': 'off',
'one-var': 'off',
'prefer-named-capture-group': 'off',
'sort-keys': 'off',