Skip to content

Commit f939691

Browse files
marekvospelJounQin
authored andcommitted
test(html-self-closing) : seitched elements and componenta error location
1 parent 562d44f commit f939691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-errors.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"column": 3
1111
},
1212
{
13-
"message": "Disallow self-closing on HTML void elements.",
13+
"message": "Disallow self-closing on HTML void components.",
1414
"line": 5,
1515
"column": 3
1616
},
1717
{
18-
"message": "Disallow self-closing on Svelte special components.",
18+
"message": "Disallow self-closing on Svelte special elements.",
1919
"line": 8,
2020
"column": 1
2121
}

0 commit comments

Comments
 (0)