Add alt text to meaningful images
JSX images need a meaningful `alt` value, or an explicit empty string when the image is decorative.
#Metadata
#Why it matters
Missing alternative text hides visual meaning from screen reader users and creates avoidable accessibility regressions.
#Remediation
Add a meaningful `alt` string, or set `alt=""` only when the image is purely decorative and redundant.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.react.no-img-missing-alt-text.rule.yaml.