Project prettier setup

This commit is contained in:
Wayne
2025-08-15 13:45:58 +03:00
parent 82a83a71e4
commit 832e29bd92
8 changed files with 97 additions and 67 deletions

View File

@@ -5,5 +5,9 @@ yarn.lock
bun.lock
bun.lockb
## shadcn components
components/ui/
# Miscellaneous
/static/

View File

@@ -3,10 +3,7 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": [
"prettier-plugin-svelte",
"prettier-plugin-tailwindcss"
],
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svelte",