Skip to content

Commit a83d962

Browse files
authored
Update .changeset/cute-moons-obey.md
1 parent 274fb96 commit a83d962

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.changeset/cute-moons-obey.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"@biomejs/biome": patch
33
---
44

5-
---
6-
7-
85
Fixed [#8004](https://github.com/biomejs/biome/issues/8004): [`noParametersOnlyUsedInRecursion`](https://biomejs.dev/linter/rules/no-parameters-only-used-in-recursion/) now correctly detects recursion by comparing function bindings instead of just names.
96

107
Previously, the rule incorrectly flagged parameters when a method had the same name as an outer function but called the outer function (not itself):

0 commit comments

Comments
 (0)