Format all files with no breaking changes

Lint all files using `npm run lint -- --fix`.
Format all files using `prettier --write "**/*.{ts,tsx,js,jsx,json}"`

No breaking change, only code style is modified.

Gitlab: #29
Change-Id: I4f034a7fb4d3eea10bcd3e38b44a65a1046de62f
diff --git a/client/tsconfig.json b/client/tsconfig.json
index 51406b2..9e31f8f 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -5,5 +5,5 @@
     "jsx": "react-jsx",
     /* Specify an output folder for all emitted files. */
     "outDir": "./dist/"
-  },
+  }
 }