ci: Add TailwindCSS plugin to prettier

This commit is contained in:
April Hall 2025-02-07 13:55:58 -05:00
parent c082b97500
commit 81099b7c6a
No known key found for this signature in database
GPG Key ID: A49AC35CB186266C
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"singleQuote": true,
"trailingComma": "all",
"bracketSameLine": true,
"plugins": ["prettier-plugin-svelte"],
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svelte",

BIN
bun.lockb

Binary file not shown.

View File

@ -27,7 +27,7 @@
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"sveltekit-superforms": "^2.23.1",