diff --git a/html/.eslintrc.js b/html/.eslintrc.js index c78d3514..4becee38 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -45,6 +45,7 @@ module.exports = { 'no-bitwise': 0, 'no-console': 0, 'no-continue': 0, + 'no-control-regex': 0, 'no-empty': [ 'error', {