Skip to content

Commit

Permalink
docs: redact incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 30, 2024
1 parent f9ff72d commit 589db1e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ declare_lint_rule! {
/// If you want to report unused imports,
/// enable [noUnusedImports](https://biomejs.dev/linter/rules/no-unused-imports/).
///
/// From `v1.9.0`, the rule won't check unused function parameters any more.
/// :::caution
/// From `v2.0.0`, the rule won't check unused function parameters any more.
/// If you want to report unused function parameters,
/// enable [noUnusedFunctionParameters](https://biomejs.dev/linter/rules/no-unused-function-parameters/).
/// :::
///
/// ## Examples
///
Expand Down

0 comments on commit 589db1e

Please sign in to comment.