Skip to content

Commit

Permalink
chore(getlab): lint rules deps constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
hallisonbrancalhao committed Jun 24, 2023
1 parent bd34852 commit 8bbdfd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
"enforceBuildableLibDependency": true,
"allow": [],
"depConstraints": [
{
"sourceTag": "type:app",
"onlyDependOnLibsWithTags": ["type:feature", "type:data-access"]
},
{
"sourceTag": "type:data-access",
"onlyDependOnLibsWithTags": ["type:util", "type:data-access"]
"onlyDependOnLibsWithTags": ["type:util", "type:domain"]
},
{
"sourceTag": "type:shell",
Expand Down
2 changes: 1 addition & 1 deletion apps/getlab/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"projectType": "application",
"prefix": "getlab",
"sourceRoot": "apps/getlab/src",
"tags": [],
"tags": ["type:app"],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down

0 comments on commit 8bbdfd6

Please sign in to comment.