Skip to content

end-tag

Detect missing end tags.

Severity

warning

❌ Incorrect

html
<div>text

✅ Correct

html
<div>text</div>

Reference

Configuration

json
{
  "rules": {
    "end-tag": "error"
  }
}

Released under the MIT License.