We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504f48f commit 05adcc8Copy full SHA for 05adcc8
lib/rule_blocklist.js
@@ -14,6 +14,7 @@ const blocklistedRules = [
14
"import/no-absolute-path",
15
"import/no-duplicates",
16
"import/no-named-as-default-member",
17
+ "import/no-cycle",
18
"node/no-hide-code-modules",
19
"node/no-missing-require"
20
];
0 commit comments