fix vercle 3

This commit is contained in:
RezHackXYZ 2025-05-17 14:12:52 +05:30
parent 63bd6cb8ef
commit 3ad30b476a
No known key found for this signature in database
2 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"singleQuote": false,
"trailingComma": "all",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
@ -11,5 +11,7 @@
"parser": "svelte"
}
}
]
],
"tabWidth": 4,
"svelteAllowShorthand": true
}