Skip to content

Commit b2ebb14

Browse files
committed
chore(signal): ignore false positives in @nx/dependency-checks
1 parent 9b09df7 commit b2ebb14

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/router-signal-store/.eslintrc.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,18 @@
3939
"files": ["*.json"],
4040
"parser": "jsonc-eslint-parser",
4141
"rules": {
42-
"@nx/dependency-checks": "error"
42+
"@nx/dependency-checks": [
43+
"error",
44+
{
45+
"ignoredDependencies": [
46+
"@angular/platform-browser",
47+
"@ngrx/router-store",
48+
"@ngrx/store",
49+
"@ngworker/spectacular",
50+
"tslib"
51+
]
52+
}
53+
]
4354
}
4455
}
4556
]

0 commit comments

Comments
 (0)