diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index 676509a..9bb4be6 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -4,5 +4,9 @@ "commonjs": false, "es6": true, "node": false + }, + "globals": { + "MAX_POLL_OPTIONS": "readonly", + "MAX_CHARACTER_LENGTH": "readonly" } } diff --git a/frontend/html/index.html b/frontend/html/index.html index c022e6a..48b2484 100644 --- a/frontend/html/index.html +++ b/frontend/html/index.html @@ -8,6 +8,11 @@ + +