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/jamiServerConfig.json b/jamiServerConfig.json
index a980989..6e96a41 100644
--- a/jamiServerConfig.json
+++ b/jamiServerConfig.json
@@ -1 +1 @@
-{"users":{"admin":{"accounts":"*","password":"admin"}},"authMethods":[]}
\ No newline at end of file
+{ "users": { "admin": { "accounts": "*", "password": "admin" } }, "authMethods": [] }