Enable no cyclic dependencies eslint rule
This commit is contained in:
parent
6ae46f7a92
commit
bf162c4114
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue