Hashibira Aoba
1.0.6
Adds new rule htmlacademy/attr-req-value: the attribute cannot be empty, except for the list from ignore
{
  'htmlacademy/attr-req-value': [true, { ignore: ['alt']}]
}<button class="foo"></button>
<button disabled></button>
<img src="images/image.jpg" width="100" height="100" alt="">