Appearance
src-not-empty
Detect empty src or href attributes.
error
<img src="" alt="x">
<img src="photo.jpg" alt="x">
{ "rules": { "src-not-empty": "error" } }