Skip to content

Commit 6e6e173

Browse files
committed
chore: update doc
1 parent 50bdb74 commit 6e6e173

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/rules/no-trailing-spaces.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ This rule supports HTML comments generated by [svelte-eslint-parser].
3535
</script>
3636
3737
<!-- ✓ GOOD -->
38-
<div />
38+
<div>
39+
Text
40+
</div>
3941
4042
<!-- ✗ BAD -->
41-
<div />
43+
<div>
44+
Text
45+
</div>
4246
```
4347

4448
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)