We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
self-close
Check if void elements close themeselves with /. If found not matching config (close / no-close), it reports.
/
close
no-close
<!-- close --> <input /> <!-- no-close --> <input>
039
Void elements found self-closed while configured no-close.
040
Void elements found not self-closed while configured close.
Void elements should close themselves.
Void elements should not close themselves.
false
Do not check / format.
No.