Create a lint check for verifying imports inside feature-*
domain modules
#205
Labels
enhancement
New feature or request
feature-*
domain modules
#205
Each
feature-*
module can contain three subpackages calleddomain
,data
, andpresentation
. Ideally, thedomain
layer should not reference anything that lives insidedata
orpresentation
modules.Therefore, to automate this, a lint check can be created to enforce this behavior.
The text was updated successfully, but these errors were encountered: