diff --git a/.eslintrc.json b/.eslintrc.json index c53bf908..ae86f34f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ "jQuery": false }, "rules": { + "import/no-cycle": 1, "no-const-assign": 1, "no-shadow": 0, "no-this-before-super": 1,