From e55c668b258e21c78375947596f00b6f7e4ba719 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Fri, 6 Sep 2024 15:23:17 +0200 Subject: [PATCH] chore: changeset minor (#11938) --- .changeset/nasty-dogs-sort.md | 2 +- .vscode/settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/nasty-dogs-sort.md b/.changeset/nasty-dogs-sort.md index 225012a70036..792320403ed4 100644 --- a/.changeset/nasty-dogs-sort.md +++ b/.changeset/nasty-dogs-sort.md @@ -1,5 +1,5 @@ --- -'create-astro': patch +'create-astro': minor --- Updates the default Astro config with `// @ts-check` if the Typescript preset is `strict` or `strictest` diff --git a/.vscode/settings.json b/.vscode/settings.json index b3e10e7bccee..a626d0892c59 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,7 +15,7 @@ "editor.defaultFormatter": "biomejs.biome" }, "editor.codeActionsOnSave": { - "quickFix.biome": true, - "source.fixAll.biome": true + "quickFix.biome": "explicit", + "source.fixAll.biome": "explicit" } }