unused import + biome settings

This commit is contained in:
wass08
2026-01-21 10:11:30 +09:00
parent 5de0818633
commit c0da9701b4
2 changed files with 8 additions and 4 deletions
+4 -1
View File
@@ -65,7 +65,10 @@
"correctness": {
"noUnusedVariables": "off",
"noUnusedFunctionParameters": "off",
"noUnusedImports": "error",
"noUnusedImports": {
"level": "warn",
"fix": "safe"
},
"useExhaustiveDependencies": "info",
"noPrecisionLoss": "off"
},