Skip to content

Commit fa1ba51

Browse files
committed
chore: enable noConsoleLog lint
1 parent 2c150d0 commit fa1ba51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"suspicious": {
1818
"noArrayIndexKey": { "level": "off" },
19+
"noConsoleLog": { "level": "error" },
1920
"noThenProperty": { "level": "off" }
2021
},
2122
"nursery": {

0 commit comments

Comments
 (0)