summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-10-07 01:02:31 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-10-07 01:02:31 -0700
commitb29f385d3db55ae2f1cd27d6340ada81287b018a (patch)
treedec3853a1dbc6cb50a88c83377ba29126b5de0ac
parentd6407746005d9f435e3a7936fd05039c06114410 (diff)
Define prettier settings
-rw-r--r--.prettierrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..fd496a8
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,4 @@
+{
+ "singleQuote": true,
+ "semi": false
+}