diff --git a/.eslintrc.json b/.eslintrc.json index 617c6fe..ceea5f1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -15,6 +15,12 @@ "rules": { "eqeqeq": "error", "semi": "off", - "prettier/prettier": "off" + "prettier/prettier": "off", + "dot-notation": "error", + "no-empty-function": "error", + "no-extra-parens": [ + "error", + "functions" + ] } } diff --git a/index.html b/index.html index be2aa3b..8a2b708 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,7 @@
+