We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562d44f commit f939691Copy full SHA for f939691
tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-errors.json
@@ -10,12 +10,12 @@
10
"column": 3
11
},
12
{
13
- "message": "Disallow self-closing on HTML void elements.",
+ "message": "Disallow self-closing on HTML void components.",
14
"line": 5,
15
16
17
18
- "message": "Disallow self-closing on Svelte special components.",
+ "message": "Disallow self-closing on Svelte special elements.",
19
"line": 8,
20
"column": 1
21
}
0 commit comments