summaryrefslogtreecommitdiff
path: root/goodgame/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'goodgame/.prettierrc')
-rw-r--r--goodgame/.prettierrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/goodgame/.prettierrc b/goodgame/.prettierrc
new file mode 100644
index 0000000..a61265f
--- /dev/null
+++ b/goodgame/.prettierrc
@@ -0,0 +1,5 @@
+{
+ "printWidth": 80,
+ "singleQuote": true,
+ "trailingComma": "es5"
+} \ No newline at end of file