Replies: 1 comment 1 reply
-
Hi there @Wynston and thank you for the great question! Is this perhaps helpful to you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Melanie's presentation about Continuous Accessibility, they talk about a strategy for adding new lint rules to an existing codebase.
Rather than trying to fix all the issues before turning the rule on, they suggest enabling the rule and using dated TODO comments that will eventually begin to throw lint warnings, and then lint errors after X amount of time.
Does anyone know how this can be accomplished?
For example, if I wanted to add the eslint accessibility plugin for JSX, is there a way to generate dated TODO comments in a way that eslint could support, which would eventually provide warnings and errors?
Beta Was this translation helpful? Give feedback.
All reactions