[web] Fix property name casing

This commit is contained in:
Alain Nussbaumer
2025-03-22 16:38:10 +01:00
parent 0d00df7b7d
commit d8c3631cd7
16 changed files with 34 additions and 35 deletions

View File

@@ -29,8 +29,7 @@ export default [
'one-var': 'off',
'sort-keys': 'off',
'vue/html-self-closing': 'off',
'vue/max-attributes-per-line': 'off',
'vue/prop-name-casing': 'off'
'vue/max-attributes-per-line': 'off'
}
}
]