diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 4becee38..806cbe0b 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -94,6 +94,7 @@ module.exports = { } ], strict: 0, - 'vars-on-top': 0 + 'vars-on-top': 0, + 'wrap-regex': 0 } };