Skip to content

Commit

Permalink
chore: biome disable lint/performance/noAccumulatingSpread
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 6, 2024
1 parent 7d43937 commit 83f49e2
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 @@ -49,6 +49,9 @@
"useValidForDirection": "error",
"useYield": "error"
},
"performance": {
"noAccumulatingSpread": "off"
},
"style": {
"noNamespace": "error",
"noNonNullAssertion": "off",
Expand Down

0 comments on commit 83f49e2

Please sign in to comment.