Skip to content

Commit bf162c4

Browse files
committed
Enable no cyclic dependencies eslint rule
1 parent 6ae46f7 commit bf162c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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.

0 commit comments

Comments
 (0)