aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..dbd34fe
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,8 @@
1{
2 "trailingComma": "es5",
3 "tabWidth": 2,
4 "semi": true,
5 "singleQuote": true,
6 "arrowParens": "always",
7 "printWidth": 1000
8}