1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 00:30:40 +02:00

tooling: prettier for astro and tailwind (#3732)

* tooling: prettier for astro and tailwind

Prettier configuration for Astro component's formatting and Tailwind CSS class sorting.

* fix: single quote for props
This commit is contained in:
Arik Chakma
2023-03-30 06:10:47 +06:00
committed by GitHub
parent d8a039690b
commit d081ecf5b3
5 changed files with 93 additions and 8 deletions

6
.vscode/settings.json vendored Normal file
View File

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