Skip to content

Commit 1c03194

Browse files
committed
no unused vars
1 parent 172885e commit 1c03194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"rules": {
2323
"recommended": true,
2424
"correctness": {
25-
"noUndeclaredVariables": "error"
25+
"noUndeclaredVariables": "error",
26+
"noUnusedVariables": "error"
2627
},
2728
"style": {
2829
"noParameterAssign": "off"

0 commit comments

Comments
 (0)