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",