Appearance
attr-value-quotes
Detect unquoted attribute values.
warning
<html lang=en>
<html lang="en">
{ "rules": { "attr-value-quotes": "error" } }