Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Dec 31, 2024
1 parent 1ab0f30 commit b84c7f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- message: Disallow self-closing on HTML elements.
line: 3
column: 7
suggestions: null
- message: Require self-closing on Svelte custom components.
line: 4
column: 17
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- prettier-ignore -->
<div>
<div></div>
<div/>
<CustomElement> </CustomElement>
<img>
</div>

0 comments on commit b84c7f3

Please sign in to comment.