Commit 332b6c2
authored
refactor: always expect self closing tags for void elements in ERB (#510)
This aligns with what Prettier enforces for normal HTML files and what
JSX requires; while there is a very small cost in bytes it doesn't
outweigh the benefit in being consistent across our stacks and code.
Resolves #5091 parent 1fb9931 commit 332b6c2
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments