Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created February 3, 2019 09:55
Show Gist options
  • Save lydemann/c64d1cd04752ec12fb602646503ce5fd to your computer and use it in GitHub Desktop.
Save lydemann/c64d1cd04752ec12fb602646503ce5fd to your computer and use it in GitHub Desktop.
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