@@ -53,10 +53,9 @@ export default [
53
53
} ,
54
54
'rules' : {
55
55
'vue/no-multiple-template-root' : 'off' ,
56
+ 'vue/no-v-html' : 'off' ,
56
57
'vue/multi-word-component-names' : 'off' ,
57
- 'vue/singleline-html-element-content-newline' : 'off' ,
58
58
'vue/multiline-html-element-content-newline' : 'off' ,
59
- 'vue/no-v-html' : 'off' ,
60
59
'accessor-pairs' : 2 ,
61
60
'arrow-spacing' : [ 2 , {
62
61
'before' : true ,
@@ -217,6 +216,15 @@ export default [
217
216
'template-curly-spacing' : [ 2 , 'never' ] ,
218
217
'use-isnan' : 2 ,
219
218
'valid-typeof' : 2 ,
219
+ 'vue/html-indent' : [ 'error' , 2 ] ,
220
+ 'vue/max-attributes-per-line' : 'off' ,
221
+ 'vue/attribute-hyphenation' : [ 'error' , 'always' ] ,
222
+ 'vue/order-in-components' : 'error' ,
223
+ 'vue/singleline-html-element-content-newline' : 'off' ,
224
+ // 'vue/singleline-html-element-content-newline': ['error', {
225
+ // 'ignoreWhenNoAttributes': true,
226
+ // 'ignoreWhenEmpty': true
227
+ // }],
220
228
'wrap-iife' : [ 2 , 'any' ] ,
221
229
'yield-star-spacing' : [ 2 , 'both' ] ,
222
230
'yoda' : [ 2 , 'never' ] ,
0 commit comments