We should look at pulling in something like https://github.com/danrigsby/eslint-plugin-idiomatic-jsx to define rules that prevent us from creating inaccessible elements.
Low hanging fruit here would include:
- Images must have
alt attributes.
- iframes must have
title attributes.
- Other things that should be added here!