US-Trustee-Program / Bankruptcy-Oversight-Support-Systems

Other
6 stars 1 forks source link

Investigate adding HTML linting for front-end accessibility #512

Open governmentSponsored opened 9 months ago

governmentSponsored commented 9 months ago

Want to have our IDEs indicate if/when HTML/FE react code we have written is in violation of accessibility standards.

btposey commented 2 months ago

The problem with this is we write JSX which is compiled into HTML by React. We do not write HTML directly.