diff --git a/.vscode/settings.json b/.vscode/settings.json index 419df06..c4fdbf6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,8 @@ "source.fixAll": "explicit", "quickfix.biome": "explicit", "source.organizeImports": "never", - "source.organizeImports.biome": "explicit" + "source.organizeImports.biome": "always", + "source.removeUnusedImports": "always" }, "[javascript][typescript][typescriptreact][json][jsonc]": {