Skip to content

Commit

Permalink
Change noAccumulatingSpread rule from error to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Dec 13, 2024
1 parent 85424b5 commit 786250d
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 @@ -65,6 +65,9 @@
"noExtraBooleanCast": "warn",
"noBannedTypes": "warn",
"noForEach": "warn"
},
"performance": {
"noAccumulatingSpread": "warn"
}
}
},
Expand Down

0 comments on commit 786250d

Please sign in to comment.