diff --git a/.eslintrc.json b/.eslintrc.json index 6f07f3b959..c07669cfb7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,7 @@ }], "import/no-amd": "error", "import/no-commonjs": "error", + "import/no-cycle": "error", "import/no-dynamic-require": "error", // Disable the rule that checks that devDependencies aren't imported since we use a single // linting configuration file for both source and test code.