Skip to content

Commit

Permalink
chore(biome): disable noDelete rule
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Jan 17, 2025
1 parent bd35f28 commit 11b9c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"noUnusedVariables": "error"
},
"performance": {
"noAccumulatingSpread": "off"
"noAccumulatingSpread": "off",
"noDelete": "off"
},
"security": {
"noDangerouslySetInnerHtml": "off"
Expand Down

0 comments on commit 11b9c0d

Please sign in to comment.