aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'code/frontend/.prettierrc')
-rw-r--r--code/frontend/.prettierrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/code/frontend/.prettierrc b/code/frontend/.prettierrc
new file mode 100644
index 0000000..2b9389a
--- /dev/null
+++ b/code/frontend/.prettierrc
@@ -0,0 +1,9 @@
+{
+ "useTabs": true,
+ "singleQuote": true,
+ "trailingComma": "none",
+ "semi": false,
+ "svelteAllowShorthand": true,
+ "printWidth": 120,
+ "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
+}