Skip to content

Commit

Permalink
chore(eslint): do not allow circular dependencies
Browse files Browse the repository at this point in the history
- add `import/no-cycle` rule
  • Loading branch information
SimonGolms committed Dec 20, 2022
1 parent 174f3bc commit 103bbcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = {
"@typescript-eslint/sort-type-union-intersection-members": "error",
camelcase: "warn",
curly: "error",
"import/no-cycle": "error",
"import/no-unused-modules": [
"error",
{
Expand Down

0 comments on commit 103bbcf

Please sign in to comment.