Skip to content

Commit 1503cd8

Browse files
committed
docs: no-react-props
1 parent 79adaea commit 1503cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_js_analyze/src/lint/suspicious/no_react_specific_props.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare_lint_rule! {
3232
version: "1.7.2",
3333
name: "noReactSpecificProps",
3434
language: "js",
35-
sources: &[RuleSource::EslintSolid("no-react-specific-props").same()],
35+
sources: &[RuleSource::EslintSolid("no-react-specific-props").same(), RuleSource::EslintQwik("no-react-props").same()],
3636
recommended: true,
3737
severity: Severity::Warning,
3838
fix_kind: FixKind::Safe,

0 commit comments

Comments
 (0)