Appearance
no-orphaned-end-tag
Detect unmatched closing tags.
error
</span>
<span>text</span>
{ "rules": { "no-orphaned-end-tag": "error" } }