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

Create a lint check for verifying imports inside feature-* domain modules #205

Open
mars885 opened this issue Aug 3, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@mars885
Copy link
Owner

mars885 commented Aug 3, 2022

Each feature-* module can contain three subpackages called domain, data, and presentation. Ideally, the domain layer should not reference anything that lives inside data or presentation modules.

Therefore, to automate this, a lint check can be created to enforce this behavior.

@mars885 mars885 added the enhancement New feature or request label Aug 3, 2022
@mars885 mars885 self-assigned this Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant