Skip to content

Commit aa60708

Browse files
committed
chore: Enable noUnusedImports and noUnusedVariables
1 parent 64c34d7 commit aa60708

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

biome.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"linter": {
1616
"enabled": true,
1717
"rules": {
18-
"recommended": true
18+
"recommended": true,
19+
"correctness": {
20+
"noUnusedImports": "error",
21+
"noUnusedVariables": "error"
22+
}
1923
}
2024
},
2125
"javascript": {

0 commit comments

Comments
 (0)