Skip to content

Commit

Permalink
Merge pull request #1794 from github/henrymercer/resolve-cyclic-imports
Browse files Browse the repository at this point in the history
Resolve cyclic imports
  • Loading branch information
henrymercer authored Jul 19, 2023
2 parents 466dbc9 + bac7c32 commit d0dd7d7
Show file tree
Hide file tree
Showing 79 changed files with 1,492 additions and 1,473 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
234 changes: 31 additions & 203 deletions lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d0dd7d7

Please sign in to comment.