aboutsummaryrefslogtreecommitdiff
path: root/src/.prettierrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/.prettierrc.json')
-rw-r--r--src/.prettierrc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/.prettierrc.json b/src/.prettierrc.json
new file mode 100644
index 0000000..fca24df
--- /dev/null
+++ b/src/.prettierrc.json
@@ -0,0 +1,6 @@
+{
+ "trailingComma": "none",
+ "tabWidth": 2,
+ "semi": true,
+ "singleQuote": false
+}