Skip to content

Commit

Permalink
fix: further angular-iii
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Sep 2, 2024
1 parent 30f7bc0 commit 6b019bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test-projects/angular-iii/sheriff.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ export const config: SheriffConfig = {
version: 1,
tagging: {
'src/app': {
'shared/<type>': 'shared:<type>',
'shared/<type>': ['shared', 'shared:<type>'],
bookings: ['domain:bookings', 'type:feature'],
'customers/api': ['type:api', 'domain:customers:api'],
'<domain>/<type>': ['domain:<domain>', 'type:<type>'],
},
},
depRules: {
root: ['type:feature', 'shared:*', 'domain:*'],
'domain:*': sameTag,
root: ['type:feature', 'shared'],
'domain:*': [sameTag, 'shared'],
'domain:bookings': 'domain:customers:api',
'domain:customers:api': 'domain:customers',
'shared': 'shared',
'type:api': 'type:*',
'type:feature': [
'type:*',
Expand Down

0 comments on commit 6b019bc

Please sign in to comment.