[web] Lint source code

This commit is contained in:
Alain Nussbaumer
2024-04-23 22:02:18 +02:00
parent 7d7d38b946
commit b20bdda8e9
3 changed files with 13 additions and 14 deletions

View File

@@ -31,7 +31,6 @@ export default [
'no-shadow': 'off',
'no-ternary': 'off',
'no-undef': 'off',
'no-undefined': 'off',
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'none' }],
'no-useless-assignment': 'off',
'one-var': 'off',