[web] Lint source code

This commit is contained in:
Alain Nussbaumer
2024-04-23 20:52:57 +02:00
parent 978e344ce2
commit bab6146345
6 changed files with 9 additions and 14 deletions

View File

@@ -35,7 +35,6 @@ export default [
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'none' }],
'no-useless-assignment': 'off',
'one-var': 'off',
'prefer-destructuring': 'off',
'prefer-named-capture-group': 'off',
'sort-keys': 'off',
'vue/html-self-closing': 'off',