Skip to content

permitted-contents

Detect children not permitted by the spec.

Severity

error

❌ Incorrect

html
<ul><div>text</div></ul>

✅ Correct

html
<ul><li>item</li></ul>

Reference

Configuration

json
{
  "rules": {
    "permitted-contents": "error"
  }
}

Released under the MIT License.