summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <contact@florian-lefebvre.dev> 2024-09-06 15:23:17 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-06 15:23:17 +0200
commite55c668b258e21c78375947596f00b6f7e4ba719 (patch)
treef6cb52bcb56e5122b3ca377838d31dea401c113e
parent7d70ba317889b9281c7891038779a68fcb8f0778 (diff)
downloadastro-e55c668b258e21c78375947596f00b6f7e4ba719.tar.gz
astro-e55c668b258e21c78375947596f00b6f7e4ba719.tar.zst
astro-e55c668b258e21c78375947596f00b6f7e4ba719.zip
chore: changeset minor (#11938)
-rw-r--r--.changeset/nasty-dogs-sort.md2
-rw-r--r--.vscode/settings.json4
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"
}
}