unused import + biome settings
This commit is contained in:
+4
-1
@@ -65,7 +65,10 @@
|
||||
"correctness": {
|
||||
"noUnusedVariables": "off",
|
||||
"noUnusedFunctionParameters": "off",
|
||||
"noUnusedImports": "error",
|
||||
"noUnusedImports": {
|
||||
"level": "warn",
|
||||
"fix": "safe"
|
||||
},
|
||||
"useExhaustiveDependencies": "info",
|
||||
"noPrecisionLoss": "off"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user