Appearance
deprecated-attr
Detect deprecated attributes.
error
<img src="a.png" alt="x" align="left">
<img src="a.png" alt="x">
{ "rules": { "deprecated-attr": "error" } }