Browse Source

chore: Update Prettier config to avoid conflict with tslint

Michael Bromley 5 years ago
parent
commit
2fb4bf5fdc
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .prettierrc

+ 5 - 4
.prettierrc

@@ -1,6 +1,7 @@
 {
 {
-  "singleQuote": true,
-  "trailingComma": "all",
-  "printWidth": 110,
-  "tabWidth": 4
+    "singleQuote": true,
+    "trailingComma": "all",
+    "printWidth": 110,
+    "tabWidth": 4,
+    "arrowParens": "avoid"
 }
 }