diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /tslint.json | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index 277c8eb..d9b1aed 100644 --- a/tslint.json +++ b/tslint.json @@ -1,7 +1,8 @@ { "extends": "tslint:recommended", "rulesDirectory": [ - "codelyzer" + "codelyzer", + "node_modules/@nrwl/workspace/src/tslint" ], "rules": { "align": { @@ -147,6 +148,20 @@ "element", "app", "kebab-case" + ], + "nx-enforce-module-boundaries": [ + true, + { + "allow": [], + "depConstraints": [ + { + "sourceTag": "*", + "onlyDependOnLibsWithTags": [ + "*" + ] + } + ] + } ] } } |