Skip to content

valid-attr-value

Validate enumerated attribute values.

Severity

error

❌ Incorrect

html
<input type="emial">

✅ Correct

html
<input type="email">

Reference

Configuration

json
{
  "rules": {
    "valid-attr-value": "error"
  }
}

Released under the MIT License.