Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 14, 2024
1 parent 4578725 commit a04912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"deniedGlobals": ["fetch"]
}
},
// There are a lot of places we use if/else pattern. Should be fixed in an independent PR.
// There are a lot of places we use if/else pattern. Should be fixed in an independent PR.
"noUselessElse": "off",
// We prefer to use `Math.pow` over `**` operator
"useExponentiationOperator": "off",
Expand Down

0 comments on commit a04912c

Please sign in to comment.