Replies: 2 comments 2 replies
-
Hi there @Wynston and thank you for the great question! Is this perhaps helpful to you? |
Beta Was this translation helpful? Give feedback.
-
I understand that my GitHub Actions may have been disabled due to
I kindly request you to review my account and re-enable GitHub Actions. I am willing to cooperate fully and take any necessary steps to ensure I comply with GitHub's policies and guidelines in the future.
Thank you for your time and consideration. I look forward to your positive response and the re-enablement of GitHub Actions. Sincerely, Talha Ahmed Chowdhury |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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