From e0455964f3bc378457feb852722c7e1b1b094d8a Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:48:10 +0900 Subject: [PATCH] no-negated-condition off --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 806cbe0b..b7c0e933 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -55,6 +55,7 @@ module.exports = { 'no-invalid-this': 0, 'no-magic-numbers': 0, 'no-mixed-operators': 0, + 'no-negated-condition': 0, 'no-param-reassign': 0, 'no-plusplus': 0, 'no-redeclare': 0,