Forráskód Böngészése

global tsconfig.json and prettierrc

Mokhtar Naamani 4 éve
szülő
commit
ad2f8cb81c
2 módosított fájl, 7 hozzáadás és 0 törlés
  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 @@
+{}