tslint with nx module boundaries
} | |
... | |
"nx-enforce-module-boundaries": [ | |
true, | |
{ | |
"allow": [], | |
"depConstraints": [ | |
{ "sourceTag": "project1", "onlyDependOnLibsWithTags": ["project1"] } | |
{ "sourceTag": "*", "onlyDependOnLibsWithTags": ["*"] } | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment