@@ -53,10 +53,9 @@ export default [
5353 } ,
5454 'rules' : {
5555 'vue/no-multiple-template-root' : 'off' ,
56+ 'vue/no-v-html' : 'off' ,
5657 'vue/multi-word-component-names' : 'off' ,
57- 'vue/singleline-html-element-content-newline' : 'off' ,
5858 'vue/multiline-html-element-content-newline' : 'off' ,
59- 'vue/no-v-html' : 'off' ,
6059 'accessor-pairs' : 2 ,
6160 'arrow-spacing' : [ 2 , {
6261 'before' : true ,
@@ -217,6 +216,15 @@ export default [
217216 'template-curly-spacing' : [ 2 , 'never' ] ,
218217 'use-isnan' : 2 ,
219218 '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+ // }],
220228 'wrap-iife' : [ 2 , 'any' ] ,
221229 'yield-star-spacing' : [ 2 , 'both' ] ,
222230 'yoda' : [ 2 , 'never' ] ,
0 commit comments