From 831a3839d2e8f38ef24d858cb43b3f1d6679ff3e Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:42:27 +0900 Subject: [PATCH] wrap-regex off --- html/.eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } };