Skip to content

Commit 05adcc8

Browse files
gilbarbarawilson
authored andcommitted
Add import/no-cycle to blocklisted rules (codeclimate#402)
`no-cycle` depends on `node_modules` being created and therefore requires the network.
1 parent 504f48f commit 05adcc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rule_blocklist.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const blocklistedRules = [
1414
"import/no-absolute-path",
1515
"import/no-duplicates",
1616
"import/no-named-as-default-member",
17+
"import/no-cycle",
1718
"node/no-hide-code-modules",
1819
"node/no-missing-require"
1920
];

0 commit comments

Comments
 (0)