@@ -140,20 +140,20 @@ export async function vue(
140
140
'vue/dot-notation' : [ 'error' , { allowKeywords : true } ] ,
141
141
'vue/eqeqeq' : [ 'error' , 'smart' ] ,
142
142
'vue/html-indent' : [ 'error' , indent ] ,
143
- // 'vue/html-self-closing': [
144
- // 'error',
145
- // {
146
- // html: {
147
- // component: 'always',
148
- // normal: 'always',
149
- // void: 'any',
150
- // },
151
- // math: 'always',
152
- // svg: 'always',
153
- // },
154
143
'vue/html-quotes' : [ 'error' , 'double' ] ,
155
- // ],
156
- // 'vue/max-attributes-per-line': 'off',
144
+ '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/max-attributes-per-line' : 'off' ,
157
157
'vue/multi-word-component-names' : 'off' ,
158
158
// 'vue/next-tick-style': ['warn', 'promise'],
159
159
'vue/no-constant-condition' : 'warn' ,
@@ -205,6 +205,7 @@ export async function vue(
205
205
} ,
206
206
] ,
207
207
'vue/require-prop-types' : 'off' ,
208
+ // 'vue/singleline-html-element-content-newline': 'off',
208
209
'vue/space-infix-ops' : 'error' ,
209
210
'vue/space-unary-ops' : [ 'error' , { nonwords : false , words : true } ] ,
210
211
'vue/valid-define-options' : 'warn' ,
0 commit comments