Skip to content
5 changes: 5 additions & 0 deletions crates/oxc_linter/src/generated/rule_runner_impls.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion crates/oxc_linter/src/generated/rules_enum.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ pub(crate) mod eslint {
pub mod no_self_compare;
pub mod no_sequences;
pub mod no_setter_return;
pub mod no_shadow;
pub mod no_shadow_restricted_names;
pub mod no_sparse_arrays;
pub mod no_template_curly_in_string;
Expand Down
Loading
Loading