Skip to content

Commit 135339c

Browse files
docs(no-cyclic-action): reference ngrx rule
1 parent 20cbcfa commit 135339c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/rules/no-cyclic-action.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ This rule accepts a single option which is an object with an `observable` proper
7575

7676
## When Not To Use It
7777

78-
If you don't use a library with effects and epics (e.g. NgRx or redux-observable), then you don't need this rule.
78+
If you don't use a library with effects and epics (e.g. NgRx or redux-observable),
79+
then you don't need this rule.
80+
Alternatively, if you use NgRx's own `avoid-cyclic-effects` rule,
81+
then you don't need this rule.
7982

8083
Type checked lint rules are more powerful than traditional lint rules, but also require configuring type checked linting.
8184

0 commit comments

Comments
 (0)