Skip to content

attr-value-quotes 🔧

Detect unquoted attribute values.

Severity

warning

❌ Incorrect

html
<html lang=en>

✅ Correct

html
<html lang="en">

Reference

Configuration

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

Released under the MIT License.