فهرست منبع

chore: Update Prettier config to avoid conflict with tslint

Michael Bromley 5 سال پیش
والد
کامیت
2fb4bf5fdc
1فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  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"
 }