Skip to content

empty-heading

Detect empty heading elements.

Severity

warning

❌ Incorrect

html
<h2></h2>

✅ Correct

html
<h2>Title</h2>

Reference

Configuration

json
{
  "rules": {
    "empty-heading": "error"
  }
}

Released under the MIT License.