nameczz 4 years ago
parent
commit
a8566f98d9
3 changed files with 12 additions and 0 deletions
  1. 10 0
      .prettierrc
  2. 1 0
      client/README.md
  3. 1 0
      server/README.md

+ 10 - 0
.prettierrc

@@ -0,0 +1,10 @@
+{
+  "printWidth": 80,
+  "tabWidth": 2,
+  "useTabs": false,
+  "semi": true,
+  "singleQuote": true,
+  "trailingComma": "es5",
+  "bracketSpacing": true,
+  "arrowParens": "avoid"
+}

+ 1 - 0
client/README.md

@@ -0,0 +1 @@
+Client

+ 1 - 0
server/README.md

@@ -0,0 +1 @@
+SERVER