From b9fc3043371a8c65f8645fdf68b0da3979c87e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Fri, 27 Oct 2023 11:29:41 +0200 Subject: [PATCH] chore: disable dependency cycle warnings for now --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index b3498a3a..f97b64e6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,7 +47,7 @@ "eqeqeq": ["error"], "eol-last": ["error"], "import/no-default-export": ["warn"], - "import/no-cycle": ["warn"], + "import/no-cycle": ["off"], "import/no-unresolved": ["error"], "max-len": ["warn", 245], "padded-blocks": ["error", "never"],