[web] Use named capture groups

This commit is contained in:
Alain Nussbaumer
2024-04-26 22:54:32 +02:00
parent 7826b36634
commit ea947df50a
2 changed files with 8 additions and 7 deletions

View File

@@ -32,7 +32,6 @@ export default [
'no-undef': 'off',
'no-unused-vars': ['error', { args: 'none', caughtErrors: 'none' }],
'one-var': 'off',
'prefer-named-capture-group': 'off',
'sort-keys': 'off',
'vue/html-self-closing': 'off',
'vue/max-attributes-per-line': 'off',