Skip to content

Commit

Permalink
chore: treat console.log as lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Sep 25, 2024
1 parent a248970 commit f5d7c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"suspicious": {
"noConfusingVoidType": "off",
"noExplicitAny": "off",
"noConsoleLog": "error",
"noPrototypeBuiltins": "off"
},
"style": {
Expand Down

0 comments on commit f5d7c6e

Please sign in to comment.