diff --git a/html/.eslintrc.js b/html/.eslintrc.js index b94b6a7f..917f7c1c 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -30,6 +30,7 @@ module.exports = { 'class-methods-use-this': 0, complexity: 0, 'func-names': 0, + 'func-style': 0, 'function-call-argument-newline': 0, 'guard-for-in': 0, 'id-length': 0,