Skip to content

Commit a918e86

Browse files
committed
Enable noUnusedImports and noUnusedVariables in Biome
1 parent 56ac0bc commit a918e86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

biome.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"complexity": {
1313
"noUselessSwitchCase": "off"
1414
},
15+
"correctness": {
16+
"noUnusedImports": "warn",
17+
"noUnusedVariables": "warn"
18+
},
1519
"suspicious": {
1620
"noConsoleLog": "warn"
1721
}

0 commit comments

Comments
 (0)