浏览代码

global tsconfig.json and prettierrc

Mokhtar Naamani 4 年之前
父节点
当前提交
ad2f8cb81c
共有 2 个文件被更改,包括 7 次插入0 次删除
  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 @@
+{}