diff --git a/html/.eslintrc.js b/html/.eslintrc.js
index ed80e767..28531d9a 100644
--- a/html/.eslintrc.js
+++ b/html/.eslintrc.js
@@ -48,6 +48,7 @@ module.exports = {
'no-empty': ['error', { 'allowEmptyCatch': true }],
'no-magic-numbers': 0,
'no-mixed-operators': 0,
+ 'no-param-reassign': 0,
'no-plusplus': 0,
'no-redeclare': 0,
'no-tabs': 0,