Skip to content

Commit b551fad

Browse files
committed
style: disable useIterableCallbackReturn
1 parent 61089e3 commit b551fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"rules": {
1313
"recommended": true,
1414
"suspicious": {
15-
"noExplicitAny": "off"
15+
"noExplicitAny": "off",
16+
"useIterableCallbackReturn": "off"
1617
}
1718
}
1819
},

0 commit comments

Comments
 (0)