diff --git a/.eslintrc.json b/.eslintrc.json index 02cb272..5636b4d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,6 +16,10 @@ "@typescript-eslint" ], "rules": { + "object-curly-spacing": [ + "error", + "always" + ], "indent": [ "error", 4 diff --git a/public/index.html b/index.html similarity index 65% rename from public/index.html rename to index.html index f210032..984456f 100644 --- a/public/index.html +++ b/index.html @@ -7,11 +7,9 @@