Skip to content
Closed
Prev Previous commit
Next Next commit
chore: add changeset for #9445
  • Loading branch information
Matt Van Horn committed Mar 15, 2026
commit 78b550c0f0b57237eea264cb051794377d0e529e
5 changes: 5 additions & 0 deletions .changeset/warm-clouds-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@biomejs/biome": patch
---
Comment thread
coderabbitai[bot] marked this conversation as resolved.

Added `allowImplicit` option to [`useIterableCallbackReturn`](https://biomejs.dev/linter/rules/use-iterable-callback-return/). When set to `true`, callbacks for methods like `map` and `filter` can use `return;` to implicitly return `undefined`. This matches ESLint's `allowImplicit` option for `array-callback-return`.