From 3ae39f347ac8d101ec2540cf5d76a32f8a0d0b16 Mon Sep 17 00:00:00 2001 From: NISHIZAWA Shuntaro Date: Sun, 20 Oct 2024 15:42:30 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20VSCode=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f813c91..b255cc8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,11 @@ { - "[javascript][javascriptreact][typescript][typescriptreact][css][scss][html][json][jsonc][yaml]": { + "[javascript][javascriptreact][typescript][typescriptreact][css][scss][postcss][html][json][jsonc][yaml]": { "editor.defaultFormatter": "biomejs.biome" }, + "editor.codeActionsOnSave": { + "quickFix.biome": "explicit", + "source.organizeImports.biome": "explicit" + }, "tailwindCSS.experimental.classRegex": [ ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"], ["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]