Remove prettier until prettier-plugin-astro v1.x

This commit is contained in:
prototypa
2022-08-27 02:40:53 -04:00
parent 212331215b
commit 9f93db4fca
5 changed files with 2 additions and 33 deletions

View File

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

12
.vscode/settings.json vendored
View File

@ -1,12 +0,0 @@
{
"prettier.documentSelectors": ["**/*.astro"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[astro]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}