Ver código fonte

global tsconfig.json and prettierrc

Mokhtar Naamani 4 anos atrás
pai
commit
ad2f8cb81c
2 arquivos alterados com 7 adições e 0 exclusões
  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 @@
+{}