Enable no cyclic dependencies eslint rule

This commit is contained in:
Henry Mercer 2023-07-19 15:53:39 +01:00
parent 6ae46f7a92
commit bf162c4114

View file

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