chore(frontend): enforce tab indentation
This commit is contained in:
parent
c6929b2fea
commit
6d53adb37c
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue