From 91b3361884b78b5024bf7b4815009aab8e80fb89 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 23:44:27 +0400 Subject: feat(eslint): Rule "no-nested-ternary" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rules/default.json') diff --git a/src/rules/default.json b/src/rules/default.json index dd4523a..dc3a90a 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -227,6 +227,9 @@ "no-negated-in-lhs": [ "off" ], + "no-nested-ternary": [ + "error" + ], "no-spaced-func": [ "off" ], -- cgit v1.2.3