Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -166,6 +166,7 @@ mod eslint {
pub mod no_void;
pub mod no_with;
pub mod operator_assignment;
pub mod prefer_destructuring;
pub mod prefer_exponentiation_operator;
pub mod prefer_numeric_literals;
pub mod prefer_object_has_own;
Expand Down Expand Up @@ -704,6 +705,7 @@ oxc_macros::declare_all_lint_rules! {
eslint::no_void,
eslint::no_with,
eslint::operator_assignment,
eslint::prefer_destructuring,
eslint::prefer_promise_reject_errors,
eslint::prefer_exponentiation_operator,
eslint::prefer_numeric_literals,
Expand Down
Loading
Loading