Appearance
invalid-attr
Detect attributes not in the spec.
error
<div href="/foo">text</div>
<div data-id="123">text</div>
{ "rules": { "invalid-attr": "error" } }