chore(frontend): enforce tab indentation
This commit is contained in:
parent
c6929b2fea
commit
6d53adb37c
|
|
@ -17,6 +17,7 @@ export default [
|
||||||
'quotes': ['error', 'single'],
|
'quotes': ['error', 'single'],
|
||||||
'comma-dangle': ['error', 'always-multiline'],
|
'comma-dangle': ['error', 'always-multiline'],
|
||||||
'semi': ['error', 'never'],
|
'semi': ['error', 'never'],
|
||||||
|
'indent': ['error', 'tab', { 'SwitchCase': 1 }],
|
||||||
|
|
||||||
'vue/v-on-event-hyphenation': ['warn', 'never', {'autofix': true}],
|
'vue/v-on-event-hyphenation': ['warn', 'never', {'autofix': true}],
|
||||||
'vue/multi-word-component-names': 'off',
|
'vue/multi-word-component-names': 'off',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue