Skip to content

Commit

Permalink
feat(linter): eslint-plugin-jsx-a11y role-support-aria-props (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
re-taro authored Jan 9, 2024
1 parent 897869b commit f6047b6
Show file tree
Hide file tree
Showing 3 changed files with 1,859 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ mod jsx_a11y {
pub mod no_autofocus;
pub mod no_distracting_elements;
pub mod prefer_tag_over_role;
pub mod role_support_aria_props;
pub mod scope;
pub mod tab_index_no_positive;
}
Expand Down Expand Up @@ -512,6 +513,7 @@ oxc_macros::declare_all_lint_rules! {
jsx_a11y::tab_index_no_positive,
jsx_a11y::aria_role,
jsx_a11y::no_distracting_elements,
jsx_a11y::role_support_aria_props,
oxc::approx_constant,
oxc::const_comparisons,
oxc::double_comparisons,
Expand Down
Loading

0 comments on commit f6047b6

Please sign in to comment.