summaryrefslogtreecommitdiffstats
path: root/.prettierrc
diff options
context:
space:
mode:
authorJustin Reynolds <justinr1234@gmail.com>2019-06-26 18:57:46 -0500
committerJustin Reynolds <justinr1234@gmail.com>2019-06-27 09:13:22 -0500
commit7d86af2b004ed57d4295b1396fe24a14c8407c56 (patch)
treeaa4acefc5dec2c6ed826cf5323aa52fb8f3c17dc /.prettierrc
parentc60e80d25baa6a81b28f6090ca848553d20b2bb7 (diff)
downloadwekan-7d86af2b004ed57d4295b1396fe24a14c8407c56.tar.gz
wekan-7d86af2b004ed57d4295b1396fe24a14c8407c56.tar.bz2
wekan-7d86af2b004ed57d4295b1396fe24a14c8407c56.zip
Add prettier
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 00000000..0b0eae19
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,8 @@
+{
+ "printWidth": 80,
+ "tabWidth": 2,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": true,
+ "trailingComma": "all"
+}