From eaa185b8e0220c0404626ac416dc6df6d63946bc Mon Sep 17 00:00:00 2001 From: Ryan Vermooten Date: Thu, 21 Sep 2023 12:45:24 +0100 Subject: [PATCH] feat: add no-nested-ternary to eslint rules --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 02cb78656..4177cb058 100644 --- a/.eslintrc +++ b/.eslintrc @@ -35,6 +35,7 @@ } ], "import/first": "error", + "no-nested-ternary": "warning", "import/no-duplicates": "error", "simple-import-sort/imports": [ "error",