Skip to content

Commit

Permalink
Enable no cyclic dependencies eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Jul 19, 2023
1 parent 6ae46f7 commit bf162c4
Showing 1 changed file with 1 addition and 0 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

0 comments on commit bf162c4

Please sign in to comment.