From d39fa737e3cb55c05d20ffca2d974ad1c88d73e1 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:39:24 +0900 Subject: [PATCH] no-control-regex off --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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', {