summaryrefslogtreecommitdiff
path: root/frontend/.prettierrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.prettierrc.yaml')
-rw-r--r--frontend/.prettierrc.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/.prettierrc.yaml b/frontend/.prettierrc.yaml
new file mode 100644
index 00000000..6e8842f0
--- /dev/null
+++ b/frontend/.prettierrc.yaml
@@ -0,0 +1,4 @@
+trailingComma: "es5"
+tabWidth: 4
+semi: false
+singleQuote: true