-
-
Save lydemann/c64d1cd04752ec12fb602646503ce5fd to your computer and use it in GitHub Desktop.
tslint with nx module boundaries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
} | |
... | |
"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