Skip to content

Commit

Permalink
Add import/no-cycle to blocklisted rules (#402)
Browse files Browse the repository at this point in the history
`no-cycle` depends on `node_modules` being created and therefore requires the network.
  • Loading branch information
gilbarbara authored and wilson committed Jul 26, 2018
1 parent 504f48f commit 05adcc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rule_blocklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const blocklistedRules = [
"import/no-absolute-path",
"import/no-duplicates",
"import/no-named-as-default-member",
"import/no-cycle",
"node/no-hide-code-modules",
"node/no-missing-require"
];
Expand Down

0 comments on commit 05adcc8

Please sign in to comment.