Skip to content

Commit d8d2090

Browse files
committed
fix
1 parent 8fbc8a0 commit d8d2090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/oxc_linter/src/generated/rule_runner_impls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,6 +2162,7 @@ impl RuleRunner for crate::rules::react::exhaustive_deps::ExhaustiveDeps {
21622162
impl RuleRunner for crate::rules::react::forbid_dom_props::ForbidDomProps {
21632163
const NODE_TYPES: Option<&AstTypesBitset> =
21642164
Some(&AstTypesBitset::from_types(&[AstType::JSXOpeningElement]));
2165+
const RUN_FUNCTIONS: RuleRunFunctionsImplemented = RuleRunFunctionsImplemented::Run;
21652166
}
21662167

21672168
impl RuleRunner for crate::rules::react::forbid_elements::ForbidElements {

0 commit comments

Comments
 (0)