Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prevent circular dependencies between workspaces #114

Open
danielnixon opened this issue Jul 22, 2021 · 1 comment
Open

chore: prevent circular dependencies between workspaces #114

danielnixon opened this issue Jul 22, 2021 · 1 comment

Comments

@danielnixon
Copy link
Contributor

We want to break the build if:

a) the lib package is made to depend on the cli package
b) circular package dependencies are introduced in general

This might be the answer: https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md

@dspasojevic
Copy link
Member

As part of this we could investigate a switch to https://turborepo.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants