We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbc8a0 commit d8d2090Copy full SHA for d8d2090
crates/oxc_linter/src/generated/rule_runner_impls.rs
@@ -2162,6 +2162,7 @@ impl RuleRunner for crate::rules::react::exhaustive_deps::ExhaustiveDeps {
2162
impl RuleRunner for crate::rules::react::forbid_dom_props::ForbidDomProps {
2163
const NODE_TYPES: Option<&AstTypesBitset> =
2164
Some(&AstTypesBitset::from_types(&[AstType::JSXOpeningElement]));
2165
+ const RUN_FUNCTIONS: RuleRunFunctionsImplemented = RuleRunFunctionsImplemented::Run;
2166
}
2167
2168
impl RuleRunner for crate::rules::react::forbid_elements::ForbidElements {
0 commit comments