Closed mikededo closed 1 month ago
Latest commit: 157d6be2890607bb509543d9517c2545e11438af
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Hey @noy4, I've fixed the docs in #915. Thanks for pointing it out!
Adds the
svelte/html-closing-bracket-newline
rule, which enforces that HTML tags must have a newline (or not) after the closing bracket. This rule is inspired byvue/html-closing-bracket-newline
, and is implemented ensuring what's discussed in #590.Closes #590.