Skip to content

Commit 342ee23

Browse files
author
Peter Smith
committed
fix(utils): include type:app constraint
Fixes #24
1 parent c7afff8 commit 342ee23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/ddd/src/schematics/utils/update-linting-rules.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ export function initLintingRules(): Rule {
6969
depConst.splice(jokerIndex, 1);
7070
}
7171

72+
depConst.push({
73+
'sourceTag': 'type:app',
74+
'onlyDependOnLibsWithTags': ['type:api', 'type:feature', 'type:ui', 'type:domain-logic', 'type:util']
75+
});
76+
7277
depConst.push({
7378
'sourceTag': 'type:api',
7479
'onlyDependOnLibsWithTags': ['type:ui', 'type:domain-logic', 'type:util']

0 commit comments

Comments
 (0)