-
-
Notifications
You must be signed in to change notification settings - Fork 635
Open
Labels
A-linterArea - LinterArea - Lintergood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Description
Warning
This comment is maintained by CI. Do not edit this comment directly.
To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking issue for eslint-plugin-jsx-a11y
.
There are 36(+ 3 deprecated) rules.
- 6/31 recommended rules are remaining as TODO
- 1/5 not recommended rules are remaining as TODO
To get started, run the following command:
just new-jsx-a11y-rule <RULE_NAME>
Then register the rule in crates/oxc_linter/src/rules.rs
and also declare_all_lint_rules
at the bottom.
Recommended rules
✨: 25, 🚫: 0 / total: 31
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 4, 🚫: 0 / total: 5
Status | Name | Docs |
---|---|---|
✨ | jsx-a11y/anchor-ambiguous-text | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-ambiguous-text.md |
jsx-a11y/control-has-associated-label | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/control-has-associated-label.md | |
✨ | jsx-a11y/lang | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/lang.md |
✨ | jsx-a11y/no-aria-hidden-on-focusable | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-aria-hidden-on-focusable.md |
✨ | jsx-a11y/prefer-tag-over-role | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/prefer-tag-over-role.md |
✨ = Implemented, 🚫 = No need to implement
Deprecated rules
✨: 0, 🚫: 0 / total: 3
Status | Name | Docs |
---|---|---|
jsx-a11y/accessible-emoji | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/accessible-emoji.md | |
jsx-a11y/label-has-for | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/label-has-for.md | |
jsx-a11y/no-onchange | https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-onchange.md |
✨ = Implemented, 🚫 = No need to implement
manzt, ild0tt0re, re-taro, JustFly1984, yoshi2no and 6 more
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - Lintergood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers