summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--frontend/.prettierrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/.prettierrc b/frontend/.prettierrc
new file mode 100644
index 0000000..ee7cc95
--- /dev/null
+++ b/frontend/.prettierrc
@@ -0,0 +1,7 @@
+{
+ "useTabs": true,
+ "singleQuote": true,
+ "trailingComma": "none",
+ "printWidth": 100,
+ "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
+}