We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c144290 commit d111edeCopy full SHA for d111ede
1 file changed
src/configs/vue.ts
@@ -141,7 +141,18 @@ export async function vue(
141
'vue/dot-notation': ['error', { allowKeywords: true }],
142
// 'vue/define-props-declaration': ['warn', 'type-based'],
143
'vue/eqeqeq': ['error', 'smart'],
144
- 'vue/html-quotes': ['error', 'double'],
+ 'vue/html-self-closing': [
145
+ 'error',
146
+ {
147
+ html: {
148
+ component: 'always',
149
+ normal: 'always',
150
+ void: 'any',
151
+ },
152
+ math: 'always',
153
+ svg: 'always',
154
155
+ ],
156
// 'vue/define-emits-declaration': ['warn', 'type-based'],
157
'vue/max-attributes-per-line': 'off',
158
'vue/multi-word-component-names': 'off',
0 commit comments