From 9f97658428529673d9bed9b4865d23a066b3b212 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Wed, 25 Oct 2023 10:41:08 +0530 Subject: [PATCH] fix: 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",