Skip to content

Commit 294a2fb

Browse files
committed
Fix false positive errors
1 parent 2ff14c4 commit 294a2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rules": {
3838
"correctness": {
3939
"noUnusedImports": "off",
40-
"noUnusedVariables": "warn"
40+
"noUnusedVariables": "off"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)