diff --git a/html/.eslintrc.js b/html/.eslintrc.js
index f6783bed..f8639235 100644
--- a/html/.eslintrc.js
+++ b/html/.eslintrc.js
@@ -57,6 +57,7 @@ module.exports = {
'object-curly-spacing': ['error', 'always'],
'one-var': 0,
'padded-blocks': 0,
+ 'prefer-arrow-callback': 0,
'prefer-named-capture-group': 0,
'quotes': ['error', 'single', { 'avoidEscape': true }],
'quote-props': 0,