chore(frontend): enforce tab indentation

This commit is contained in:
Dominik Pschenitschni
2025-06-19 10:08:17 +02:00
committed by kolaente
parent c6929b2fea
commit 6d53adb37c

View File

@@ -17,6 +17,7 @@ export default [
'quotes': ['error', 'single'],
'comma-dangle': ['error', 'always-multiline'],
'semi': ['error', 'never'],
'indent': ['error', 'tab', { 'SwitchCase': 1 }],
'vue/v-on-event-hyphenation': ['warn', 'never', {'autofix': true}],
'vue/multi-word-component-names': 'off',