-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📎 Implement nursery/noStaticElementInteractions
- eslint-plugin-jsx-a11y/no-static-element-interactions
#527
Comments
Hello! I'd like to pick this up if possible. |
@andrewangelle the issue is yours |
This issue is still available |
lint/noStaticElementInteractions
- eslint-plugin-jsx-a11y/no-static-element-interactions
nursery/noStaticElementInteractions
- eslint-plugin-jsx-a11y/no-static-element-interactions
@ematipico |
@ematipico |
This is a simple question, and I have no other intention... Why is the title of this issue "nursery" and not "a11y"? The appropriate role attribute helps visualize the focus, like a focus indicator. |
It seems we don't explain this anywhere. I will try to add it to the contribution guide. When we implement new rules, we add them inside the group Since nursery rules are under development and free from the semantic versioning, we can make as many PR we want to fix them and make them better. Once we decide that a nursery rule is "stable", we promote them to a group that fits it. (in this case it will be |
@ematipico |
@ryo-ebata please follow our contribution guide, it has all the information you need, even the answer to your previous question: https://github.com/biomejs/biome/blob/main/crates%2Fbiome_analyze%2FCONTRIBUTING.md |
This was implemented. |
Description
Implement no-static-element-interactions
This rule is one of the recommended rules in eslint-plugin-jsx-a11y.
Want to contribute? Lets we know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
The text was updated successfully, but these errors were encountered: