File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ module.exports = {
13
13
'vue/dot-location' : 'off' ,
14
14
'vue/html-closing-bracket-newline' : 'off' ,
15
15
'vue/html-closing-bracket-spacing' : 'off' ,
16
+ 'vue/html-comment-content-newline' : 'off' ,
17
+ 'vue/html-comment-content-spacing' : 'off' ,
18
+ 'vue/html-comment-indent' : 'off' ,
16
19
'vue/html-indent' : 'off' ,
17
20
'vue/html-quotes' : 'off' ,
18
21
'vue/html-self-closing' : 'off' ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function parseOption (param) {
37
37
38
38
module . exports = {
39
39
meta : {
40
- type : 'suggestion ' ,
40
+ type : 'layout ' ,
41
41
42
42
docs : {
43
43
description : 'enforce unified line brake in HTML comments' ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const htmlComments = require('../utils/html-comments')
20
20
21
21
module . exports = {
22
22
meta : {
23
- type : 'suggestion ' ,
23
+ type : 'layout ' ,
24
24
25
25
docs : {
26
26
description : 'enforce unified spacing in HTML comments' ,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function toUnit (char) {
70
70
71
71
module . exports = {
72
72
meta : {
73
- type : 'suggestion ' ,
73
+ type : 'layout ' ,
74
74
75
75
docs : {
76
76
description : 'enforce consistent indentation in HTML comments' ,
You can’t perform that action at this time.
0 commit comments