VisuaLint 👀 Visually lint your React app for common accessibility blunders AltCheck Adds a red border around images that do not have an alt tag Example import {AltCheck} from 'visualint' // wrap your whole app, or just the components you want to verify against <AltCheck> <App /> </AltCheck>