diff options
Diffstat (limited to 'app/.prettierrc')
-rw-r--r-- | app/.prettierrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/.prettierrc b/app/.prettierrc new file mode 100644 index 0000000..a77fdde --- /dev/null +++ b/app/.prettierrc @@ -0,0 +1,9 @@ +{ + "useTabs": true, + "singleQuote": true, + "trailingComma": "none", + "printWidth": 100, + "plugins": ["prettier-plugin-svelte"], + "pluginSearchDirs": ["."], + "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] +} |