Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
feat(vue): disallow multi spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Dec 20, 2022
1 parent c5e50df commit 14741fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export = defineConfig({
'vue/attribute-hyphenation': ['error', 'never'],
'vue/component-definition-name-casing': 'error',
'vue/mustache-interpolation-spacing': ['error', 'always'],
'vue/no-multi-spaces': ['error'],
'vue/v-for-delimiter-style': ['error', 'in'],
'vue/no-v-text': ['error'],
'vue/no-unused-properties': ['error', {
Expand Down

0 comments on commit 14741fa

Please sign in to comment.