chore: add eslint & prettier to workspace extensions

This commit is contained in:
ayo 2026-05-28 22:09:52 +02:00
parent 9d69a6cc67
commit eaecdbcf23

View file

@ -1,4 +1,8 @@
{
"recommendations": ["astro-build.astro-vscode"],
"recommendations": [
"astro-build.astro-vscode",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
],
"unwantedRecommendations": []
}