diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 1d0837d5..c78d3514 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -51,6 +51,7 @@ module.exports = { allowEmptyCatch: true } ], + 'no-invalid-this': 0, 'no-magic-numbers': 0, 'no-mixed-operators': 0, 'no-param-reassign': 0,