From 68b2cb7a154985add58f8b3850acf420105cd66d Mon Sep 17 00:00:00 2001 From: Adam Iskounen Date: Mon, 6 Jan 2025 13:26:42 -0500 Subject: [PATCH] chore: disable biome --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f5fe1fa2798..74287baa250 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "biome.enabled": false, "cSpell.diagnosticLevel": "Hint", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit"