diff --git a/.eslintrc.json b/.eslintrc.json index 2ad9960822..dab1b59c29 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -193,6 +193,7 @@ "@typescript-eslint/prefer-string-starts-ends-with": "error", "@typescript-eslint/promise-function-async": "error", "@typescript-eslint/unified-signatures": "error", + "import/no-cycle": "error", "no-undef": "error" } },