0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

chore: changeset minor (#11938)

This commit is contained in:
Florian Lefebvre 2024-09-06 15:23:17 +02:00 committed by GitHub
parent 7d70ba3178
commit e55c668b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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`

View file

@ -15,7 +15,7 @@
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"quickFix.biome": true,
"source.fixAll.biome": true
"quickFix.biome": "explicit",
"source.fixAll.biome": "explicit"
}
}