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 6811ef0 commit afd8ecfCopy full SHA for afd8ecf
docs/rules/no-index.md
@@ -19,3 +19,16 @@ Examples of **correct** code for this rule:
19
```ts
20
import { of } from "rxjs";
21
```
22
+
23
+## When Not To Use It
24
25
+If you don't care about unnecessary import path segments, then you don't need this rule.
26
27
+## Further reading
28
29
+- [Importing instructions](https://rxjs.dev/guide/importing)
30
31
+## Resources
32
33
+- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-index.ts)
34
+- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-index.test.ts)
0 commit comments