diff options
-rw-r--r-- | .changeset/nasty-dogs-sort.md | 2 | ||||
-rw-r--r-- | .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 225012a70..792320403 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 b3e10e7bc..a626d0892 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" } } |