diff --git a/html/.eslintrc.js b/html/.eslintrc.js index b7c0e933..93cef4a7 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -52,6 +52,7 @@ module.exports = { allowEmptyCatch: true } ], + 'no-extra-parens': 0, 'no-invalid-this': 0, 'no-magic-numbers': 0, 'no-mixed-operators': 0,