Skip to content

Commit c9fb8d2

Browse files
Merge pull request #25 from upstateinteractive/fix/type-app
fix(utils): include type:app constraint
2 parents c7afff8 + 342ee23 commit c9fb8d2

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)