Skip to content

Commit

Permalink
lint: allow use of for each loops
Browse files Browse the repository at this point in the history
  • Loading branch information
eTallang committed Nov 28, 2024
1 parent 5015693 commit 59f4b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"suspicious": {
"noArrayIndexKey": "off"
},
"complexity": {
"noForEach": "off"
},
"correctness": {
"useExhaustiveDependencies": "off"
}
Expand Down

0 comments on commit 59f4b16

Please sign in to comment.