Skip to content

Commit 9affc94

Browse files
committed
docs: reference to ts eslint rule
1 parent cd2edd7 commit 9affc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_js_analyze/src/lint/nursery/use_max_params.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ declare_lint_rule! {
7474
version: "2.2.0",
7575
name: "useMaxParams",
7676
language: "js",
77-
sources: &[RuleSource::Eslint("max-params").same(), RuleSource::Clippy("too_many_arguments").same()],
77+
sources: &[RuleSource::Eslint("max-params").same(), RuleSource::Clippy("too_many_arguments").same(), RuleSource::EslintTypeScript("max-params").same()],
7878
severity: Severity::Warning,
7979
recommended: false,
8080
}

0 commit comments

Comments
 (0)