Browse Source

global tsconfig.json and prettierrc

Mokhtar Naamani 4 năm trước cách đây
mục cha
commit
ad2f8cb81c
2 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 6 0
      .prettierrc
  2. 1 0
      tsconfig.json

+ 6 - 0
.prettierrc

@@ -0,0 +1,6 @@
+{
+  "singleQuote": true,
+  "arrowParens": "avoid",
+  "useTabs": false,
+  "tabWidth": 2
+}

+ 1 - 0
tsconfig.json

@@ -0,0 +1 @@
+{}