Created by: Ethan-Arrowood
Closes #8634 (closed)
Modified the eslint configuration to extend the jsx-a11y/strict configuration by default.
By making these rules default, developers will start creating accessible web apps from the beginning and accessibility will no longer be an after thought for create-react-app devs.
I've included details on how to modify rules back to "warn"
or "off"
for those that choose.
Additionally, I included links to other online resources for developers to learn more about web accessibility.