We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1b28f commit f618cdbCopy full SHA for f618cdb
docs/rules/max-attributes-per-line.md
@@ -48,7 +48,7 @@ There is a configurable number of attributes that are acceptable in one-line cas
48
{...attrs}
49
disabled
50
data-my-data="foo"
51
->
+/>
52
53
<!-- ✗ BAD -->
54
<input type="text" bind:value={text} {maxlength} {...attrs} readonly />
0 commit comments