From 38d8187c3501d5efe3d5644167d4a8174cde6037 Mon Sep 17 00:00:00 2001 From: Marak Date: Tue, 23 Mar 2021 15:47:31 -0400 Subject: Adds `no-ternary` rule --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 1da14691..e68befa3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -40,6 +40,7 @@ "new-cap": 0, "no-empty": 2, "no-new": 0, + "no-ternary": 2, "no-plusplus": 0, "dot-notation": 0, "indent": [ -- cgit v1.2.3