diff --git a/.eslintrc.json b/.eslintrc.json index ceea5f1..f8fd0b7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,7 @@ "no-extra-parens": [ "error", "functions" - ] + ], + "no-unused-vars": "off" } } diff --git a/index.html b/index.html index d0df848..f828ffc 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,18 @@