aboutsummaryrefslogtreecommitdiff
path: root/common/.prettierrc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/.prettierrc.yml')
-rw-r--r--common/.prettierrc.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/.prettierrc.yml b/common/.prettierrc.yml
new file mode 100644
index 0000000..c5d13e2
--- /dev/null
+++ b/common/.prettierrc.yml
@@ -0,0 +1,5 @@
+semi: true
+singleQuote: true
+jsxSingleQuote: true
+trailingComma: all
+arrowParens: avoid