Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ mod eslint {
pub mod for_direction;
pub mod func_names;
pub mod getter_return;
pub mod grouped_accessor_pairs;
pub mod guard_for_in;
pub mod init_declarations;
pub mod max_classes_per_file;
Expand Down Expand Up @@ -544,6 +545,7 @@ oxc_macros::declare_all_lint_rules! {
eslint::for_direction,
eslint::func_names,
eslint::getter_return,
eslint::grouped_accessor_pairs,
eslint::guard_for_in,
eslint::init_declarations,
eslint::max_classes_per_file,
Expand Down
Loading