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 486acaa commit e08fc72Copy full SHA for e08fc72
docs/rules/no-unsafe-first.md
@@ -26,3 +26,15 @@ This rule accepts a single option which is an object with an `observable` proper
26
]
27
}
28
```
29
+
30
+## When Not To Use It
31
32
+If you don't use a library with effects and epics (e.g. NgRx or redux-observable),
33
+then you don't need this rule.
34
35
+Type checked lint rules are more powerful than traditional lint rules, but also require configuring type checked linting.
36
37
+## Resources
38
39
+- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-unsafe-first.ts)
40
+- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-unsafe-first.test.ts)
0 commit comments