We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cbcfa commit 135339cCopy full SHA for 135339c
docs/rules/no-cyclic-action.md
@@ -75,7 +75,10 @@ This rule accepts a single option which is an object with an `observable` proper
75
76
## When Not To Use It
77
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.
+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
82
83
Type checked lint rules are more powerful than traditional lint rules, but also require configuring type checked linting.
84
0 commit comments