Skip to content

Commit d0dd7d7

Browse files
authored
Merge pull request #1794 from github/henrymercer/resolve-cyclic-imports
Resolve cyclic imports
2 parents 466dbc9 + bac7c32 commit d0dd7d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1492
-1473
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}],
2323
"import/no-amd": "error",
2424
"import/no-commonjs": "error",
25+
"import/no-cycle": "error",
2526
"import/no-dynamic-require": "error",
2627
// Disable the rule that checks that devDependencies aren't imported since we use a single
2728
// linting configuration file for both source and test code.

lib/actions-util.js

Lines changed: 31 additions & 203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)