Skip to content
Prev Previous commit
Next Next commit
fix: remove rule config
  • Loading branch information
eryue0220 committed Jul 4, 2024
commit 86c068eda868bc9ba282c19f727d3cb7a503608a
1 change: 0 additions & 1 deletion crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ mod jest {
pub mod prefer_expect_resolves;
pub mod prefer_hooks_in_order;
pub mod prefer_hooks_on_top;
pub mod prefer_importing_jest_globals;
pub mod prefer_jest_mocked;
pub mod prefer_lowercase_title;
pub mod prefer_mock_promise_shorthand;
Expand Down