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:
parent
7d70ba3178
commit
e55c668b25
2 changed files with 3 additions and 3 deletions
|
@ -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
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -15,7 +15,7 @@
|
|||
"editor.defaultFormatter": "biomejs.biome"
|
||||
},
|
||||
"editor.codeActionsOnSave": {
|
||||
"quickFix.biome": true,
|
||||
"source.fixAll.biome": true
|
||||
"quickFix.biome": "explicit",
|
||||
"source.fixAll.biome": "explicit"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue