From 673fc798016c694eb41fcf824c0f73747aac42dc Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sun, 24 Nov 2024 16:18:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20biome=20from=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index fee3e9e9960..13841e061ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,5 @@ "typescript.preferences.importModuleSpecifier": "shortest", "cSpell.words": ["Rallly", "Vella"], "jestrunner.codeLensSelector": "", - "vitest.filesWatcherInclude": "**/*.test.ts", - "biome.enabled": false + "vitest.filesWatcherInclude": "**/*.test.ts" }