Skip to content

Commit 3d3ff60

Browse files
authored
fix(linting-rules): add missing type in tag
1 parent 5ae2726 commit 3d3ff60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function initLintingRules(): Rule {
8585
});
8686

8787
depConst.push({
88-
'sourceTag': 'domain-logic',
88+
'sourceTag': 'type:domain-logic',
8989
'onlyDependOnLibsWithTags': ['type:util']
9090
});
9191

@@ -97,4 +97,4 @@ export function initLintingRules(): Rule {
9797
const newText = JSON.stringify(rules, undefined, 2);
9898
host.overwrite('tslint.json', newText);
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)