aboutsummaryrefslogtreecommitdiff
path: root/app/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'app/.prettierrc')
-rw-r--r--app/.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/.prettierrc b/app/.prettierrc
new file mode 100644
index 0000000..0205ecf
--- /dev/null
+++ b/app/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "semi": true,
+ "singleQuote": true,
+ "tabWidth": 2,
+ "trailingComma": "es5"
+} \ No newline at end of file