@@ -42,7 +42,7 @@ Plus, you can use [`vue/html-indent`](./html-indent.md) rule to enforce indent-l
42
42
:-1 : Examples of ** incorrect** code for this rule:
43
43
44
44
``` html
45
- <!-- eslint html-closing-bracket-newline: "error" -->
45
+ <!-- eslint vue/ html-closing-bracket-newline: "error" -->
46
46
47
47
<div id =" foo" class =" bar"
48
48
>
@@ -55,7 +55,7 @@ Plus, you can use [`vue/html-indent`](./html-indent.md) rule to enforce indent-l
55
55
:+1 : Examples of ** correct** code for this rule:
56
56
57
57
``` html
58
- <!-- eslint html-closing-bracket-newline: "error" -->
58
+ <!-- eslint vue/ html-closing-bracket-newline: "error" -->
59
59
60
60
<div id =" foo" class =" bar" >
61
61
<div
@@ -67,7 +67,7 @@ Plus, you can use [`vue/html-indent`](./html-indent.md) rule to enforce indent-l
67
67
:-1 : Examples of ** incorrect** code for ` { "multiline": "never" } ` :
68
68
69
69
``` html
70
- <!-- eslint html-closing-bracket-newline: ["error", { multiline: never }] -->
70
+ <!-- eslint vue/ html-closing-bracket-newline: ["error", { multiline: never }] -->
71
71
72
72
<div
73
73
id =" foo"
@@ -78,7 +78,7 @@ Plus, you can use [`vue/html-indent`](./html-indent.md) rule to enforce indent-l
78
78
:+1 : Examples of ** correct** code for ` { "multiline": "never" } ` :
79
79
80
80
``` html
81
- <!-- html-closing-bracket-newline: ["error", { multiline: never }] -->
81
+ <!-- eslint vue/ html-closing-bracket-newline: ["error", { multiline: never }] -->
82
82
83
83
<div
84
84
id =" foo"
0 commit comments