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,