From d8c176adf0a4253525b445445d0158f4615d9760 Mon Sep 17 00:00:00 2001 From: pypy Date: Wed, 3 Feb 2021 11:37:30 +0900 Subject: [PATCH] no multiline-ternary --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 917f7c1c..0bde334c 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -43,6 +43,7 @@ module.exports = { 'max-lines-per-function': 0, 'max-statements': 0, 'multiline-comment-style': 0, + 'multiline-ternary': 0, 'newline-per-chained-call': 0, 'new-cap': 0, 'no-await-in-loop': 0,