mirror of
https://github.com/xyzeva/k-id-age-verifier.git
synced 2026-07-11 14:46:36 +02:00
735e7ef53f
doesn't fully work yet
17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
],
|
|
"tailwindStylesheet": "./src/routes/layout.css"
|
|
}
|