diff --git a/html/.eslintrc.js b/html/.eslintrc.js
index 220fa5c8..a3c9a16d 100644
--- a/html/.eslintrc.js
+++ b/html/.eslintrc.js
@@ -45,6 +45,7 @@ module.exports = {
'new-cap': 0,
'no-bitwise': 0,
'no-console': 0,
+ 'no-continue': 0,
'no-empty': ['error', { 'allowEmptyCatch': true }],
'no-magic-numbers': 0,
'no-mixed-operators': 0,