Skip to content

Commit

Permalink
Revert "feat(linter): eslint-plugin-jsx-a11y role-support-aria-props" (
Browse files Browse the repository at this point in the history
…#1960)

Reverts #1949
  • Loading branch information
Boshen authored Jan 9, 2024
1 parent fd5856e commit 897869b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,859 deletions.
2 changes: 0 additions & 2 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ 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 @@ -513,7 +512,6 @@ 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 897869b

Please sign in to comment.