mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -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`
|
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.defaultFormatter": "biomejs.biome"
|
||||||
},
|
},
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"quickFix.biome": true,
|
"quickFix.biome": "explicit",
|
||||||
"source.fixAll.biome": true
|
"source.fixAll.biome": "explicit"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue