Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit b28ffd6

Browse files
committed
Ban console.log
1 parent 6a4b4b1 commit b28ffd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"recommended": true,
2323
"style": {
2424
"noNonNullAssertion": "off"
25+
},
26+
"suspicious": {
27+
"noConsole": "error"
2528
}
2629
}
2730
},

0 commit comments

Comments
 (0)