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