mirror of
https://github.com/BradNut/example-sveltekit-email-password-webauthn
synced 2025-09-08 17:40:27 +00:00
7 lines
183 B
Text
7 lines
183 B
Text
{
|
|
"useTabs": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 120,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|