diff --git a/crates/oxc_linter/src/rules/react/rules_of_hooks.rs b/crates/oxc_linter/src/rules/react/rules_of_hooks.rs index 6a719a89d..e6eb833f6 100644 --- a/crates/oxc_linter/src/rules/react/rules_of_hooks.rs +++ b/crates/oxc_linter/src/rules/react/rules_of_hooks.rs @@ -104,7 +104,7 @@ declare_oxc_lint!( /// /// RulesOfHooks, - correctness + pedantic ); impl Rule for RulesOfHooks {