Skip to content

no-image-alt-text

Disallows image alt text.

This opinionated rule requires empty image labels and automatically removes their contents.

<!-- Bad -->
![Logo](logo.png)
<!-- Good -->
![](logo.png)

This rule is not configurable.