Linting
One of the most popular eslint-ing packages appears to be eslint-plugin-jsx-a11y
(opens in a new tab)
which is based on the axe-core
(opens in a new tab) library.
More ways to automate the maintenance of good, accessible code using the axe-core
library can be found on the Testing page.