Linting: allow nested ternaries

This commit is contained in:
Raphaël Jakse 2020-04-05 20:57:13 +02:00
parent f9282a9924
commit 9225f4937d
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
"no-native-reassign": "off",
"no-negated-condition": "error",
"no-negated-in-lhs": "error",
"no-nested-ternary": "error",
"no-nested-ternary": "off",
"no-new": "error",
"no-new-func": "error",
"no-new-object": "error",