diff --git a/.eslintrc.json b/.eslintrc.json
index 4ea673c43..724dca4da 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -23,6 +23,16 @@
"jsdoc/check-line-alignment": 0,
"jsdoc/multiline-blocks": 0,
"jsdoc/newline-after-description": 0,
- "jsdoc/tag-lines": 0
- }
-}
+ "jsdoc/tag-lines": 0,
+ "no-empty": ["error", { "allowEmptyCatch": true }]
+ },
+ "overrides": [
+ {
+ "files": "./**/*.html",
+ "rules": {
+ "no-undef": "off",
+ "jsdoc/require-jsdoc": "off"
+ }
+ }
+ ]
+}
diff --git a/cypress/platform/class.html b/cypress/platform/class.html
index a766639bd..ae4e18a5b 100644
--- a/cypress/platform/class.html
+++ b/cypress/platform/class.html
@@ -115,14 +115,14 @@