aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:21:39 -0800
committerFuwn <[email protected]>2020-12-14 23:21:39 -0800
commit823344c19094680e80e2b56449a243e183db8b06 (patch)
tree92277700547ea671331828caa258ace7aaaa46d5 /tslint.json
parentrepo: angular (diff)
downloadme-823344c19094680e80e2b56449a243e183db8b06.tar.xz
me-823344c19094680e80e2b56449a243e183db8b06.zip
:star:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json17
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": [
+ "*"
+ ]
+ }
+ ]
+ }
]
}
}