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