Skip to content

Commit

Permalink
feat(linter) eslint: no-useless-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
camc314 committed Mar 9, 2024
1 parent c72675e commit db3de00
Show file tree
Hide file tree
Showing 3 changed files with 1,286 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 @@ -98,6 +98,7 @@ mod eslint {
pub mod no_unused_private_class_members;
pub mod no_useless_catch;
pub mod no_useless_escape;
pub mod no_useless_rename;
pub mod no_var;
pub mod no_void;
pub mod require_yield;
Expand Down Expand Up @@ -402,6 +403,7 @@ oxc_macros::declare_all_lint_rules! {
eslint::no_unused_private_class_members,
eslint::no_useless_catch,
eslint::no_useless_escape,
eslint::no_useless_rename,
eslint::no_var,
eslint::no_void,
eslint::require_yield,
Expand Down
Loading

0 comments on commit db3de00

Please sign in to comment.