diff options
author | Linnnus <[email protected]> | 2025-02-17 20:28:59 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-02-17 20:28:59 +0100 |
commit | 2b309097ca145651618234476160fb30405eabe7 (patch) | |
tree | 20321cf83d18c0c3c3a0a745626565074ea69a41 /app/.prettierrc |
Initial commit
Diffstat (limited to 'app/.prettierrc')
-rw-r--r-- | app/.prettierrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/.prettierrc b/app/.prettierrc new file mode 100644 index 0000000..41e0bc3 --- /dev/null +++ b/app/.prettierrc @@ -0,0 +1,15 @@ +{ + "useTabs": true, + "singleQuote": false, + "trailingComma": "all", + "printWidth": 100, + "plugins": ["prettier-plugin-svelte"], + "overrides": [ + { + "files": "*.svelte", + "options": { + "parser": "svelte" + } + } + ] +} |