From a444c73bf4e3bfe73565eafe35eebb0aa7e86368 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Tue, 24 Oct 2023 11:35:19 +0530 Subject: [PATCH] Fixes eslintrc warning for no-nested-ternary --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 4177cb058..256cb8e98 100644 --- a/.eslintrc +++ b/.eslintrc @@ -35,7 +35,7 @@ } ], "import/first": "error", - "no-nested-ternary": "warning", + "no-nested-ternary": 1, "import/no-duplicates": "error", "simple-import-sort/imports": [ "error",