aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/.prettierrc b/.prettierrc
index ff2677e..fee6284 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,6 +1,9 @@
{
+ "printWidth": 100,
"useTabs": true,
"singleQuote": true,
- "trailingComma": "none",
- "printWidth": 100
-}
+ "quoteProps": "consistent",
+ "trailingComma": "es5",
+ "semi": false,
+ "arrowParens": "avoid"
+} \ No newline at end of file