From d304de99bc445cc14d071b09c7bda5876881ab1c Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:51:46 +0900 Subject: [PATCH] no-extra-parens off --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index b7c0e933..93cef4a7 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -52,6 +52,7 @@ module.exports = { allowEmptyCatch: true } ], + 'no-extra-parens': 0, 'no-invalid-this': 0, 'no-magic-numbers': 0, 'no-mixed-operators': 0,