Skip to content

Commit

Permalink
chore: changeset minor (withastro#11938)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Sep 6, 2024
1 parent 7d70ba3 commit e55c668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/nasty-dogs-sort.md
Original file line number Diff line number Diff line change
@@ -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`
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"quickFix.biome": true,
"source.fixAll.biome": true
"quickFix.biome": "explicit",
"source.fixAll.biome": "explicit"
}
}

0 comments on commit e55c668

Please sign in to comment.