From 45a8977d501901b0b87d0c2edc69cea31aab3994 Mon Sep 17 00:00:00 2001 From: Adrien KISSIE Date: Fri, 19 Jan 2024 02:01:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20set=20default=20formatter=20to?= =?UTF-8?q?=20biome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 00d460b4..97f67a7b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,8 @@ }, "[typescriptreact]": { "editor.defaultFormatter": "biomejs.biome" + }, + "[javascript]": { + "editor.defaultFormatter": "biomejs.biome" } }