Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/rules/ban-observables.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ If you have no need to ban importing anything from `rxjs`, you don't need this r

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/ban-observables.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/ban-observables.test.ts)
- [Rule source](/src/rules/ban-observables.ts)
- [Test source](/tests/rules/ban-observables.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/ban-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/ban-operators.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/ban-operators.test.ts)
- [Rule source](/src/rules/ban-operators.ts)
- [Test source](/tests/rules/ban-operators.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/finnish.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/finnish.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/finnish.test.ts)
- [Rule source](/src/rules/finnish.ts)
- [Test source](/tests/rules/finnish.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/just.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ If you prefer `of` in your project, you will want to avoid this rule.

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/just.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/just.test.ts)
- [Rule source](/src/rules/just.ts)
- [Test source](/tests/rules/just.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-async-subscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-async-subscribe.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-async-subscribe.test.ts)
- [Rule source](/src/rules/no-async-subscribe.ts)
- [Test source](/tests/rules/no-async-subscribe.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-connectable.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-connectable.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-connectable.test.ts)
- [Rule source](/src/rules/no-connectable.ts)
- [Test source](/tests/rules/no-connectable.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-create.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-create.test.ts)
- [Rule source](/src/rules/no-create.ts)
- [Test source](/tests/rules/no-create.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-cyclic-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-cyclic-action.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-cyclic-action.test.ts)
- [Rule source](/src/rules/no-cyclic-action.ts)
- [Test source](/tests/rules/no-cyclic-action.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-explicit-generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ This rule has known problems in the latest release:

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-explicit-generics.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-explicit-generics.test.ts)
- [Rule source](/src/rules/no-explicit-generics.ts)
- [Test source](/tests/rules/no-explicit-generics.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-exposed-subjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-exposed-subjects.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-exposed-subjects.test.ts)
- [Rule source](/src/rules/no-exposed-subjects.ts)
- [Test source](/tests/rules/no-exposed-subjects.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-finnish.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-finnish.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-finnish.test.ts)
- [Rule source](/src/rules/no-finnish.ts)
- [Test source](/tests/rules/no-finnish.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-floating-observables.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-floating-observables.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-floating-observables.test.ts)
- [Rule source](/src/rules/no-floating-observables.ts)
- [Test source](/tests/rules/no-floating-observables.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-ignored-default-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-ignored-default-value.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-ignored-default-value.test.ts)
- [Rule source](/src/rules/no-ignored-default-value.ts)
- [Test source](/tests/rules/no-ignored-default-value.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-ignored-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-ignored-error.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-ignored-error.test.ts)
- [Rule source](/src/rules/no-ignored-error.ts)
- [Test source](/tests/rules/no-ignored-error.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-ignored-notifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-ignored-notifier.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-ignored-notifier.test.ts)
- [Rule source](/src/rules/no-ignored-notifier.ts)
- [Test source](/tests/rules/no-ignored-notifier.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-ignored-replay-buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ If you don't care about implicitly defaulting to `Infinity` in your replay buffe

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-ignored-replay-buffer.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-ignored-replay-buffer.test.ts)
- [Rule source](/src/rules/no-ignored-replay-buffer.ts)
- [Test source](/tests/rules/no-ignored-replay-buffer.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-ignored-subscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-ignored-subscribe.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-ignored-subscribe.test.ts)
- [Rule source](/src/rules/no-ignored-subscribe.ts)
- [Test source](/tests/rules/no-ignored-subscribe.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-ignored-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-ignored-subscription.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-ignored-subscription.test.ts)
- [Rule source](/src/rules/no-ignored-subscription.ts)
- [Test source](/tests/rules/no-ignored-subscription.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-ignored-takewhile-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ If you don't care about using the given value in a `takeWhile` callback, then yo

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-ignored-takewhile-value.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-ignored-takewhile-value.test.ts)
- [Rule source](/src/rules/no-ignored-takewhile-value.ts)
- [Test source](/tests/rules/no-ignored-takewhile-value.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-implicit-any-catch.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-implicit-any-catch.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-implicit-any-catch.test.ts)
- [Rule source](/src/rules/no-implicit-any-catch.ts)
- [Test source](/tests/rules/no-implicit-any-catch.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ If you don't care about unnecessary import path segments, then you don't need th

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-index.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-index.test.ts)
- [Rule source](/src/rules/no-index.ts)
- [Test source](/tests/rules/no-index.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ However, keep in mind that internal modules may change without notice.

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-internal.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-internal.test.ts)
- [Rule source](/src/rules/no-internal.ts)
- [Test source](/tests/rules/no-internal.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-misused-observables.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-misused-observables.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-misused-observables.test.ts)
- [Rule source](/src/rules/no-misused-observables.ts)
- [Test source](/tests/rules/no-misused-observables.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-nested-subscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-nested-subscribe.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-nested-subscribe.test.ts)
- [Rule source](/src/rules/no-nested-subscribe.ts)
- [Test source](/tests/rules/no-nested-subscribe.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-redundant-notify.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-redundant-notify.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-redundant-notify.test.ts)
- [Rule source](/src/rules/no-redundant-notify.ts)
- [Test source](/tests/rules/no-redundant-notify.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-sharereplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ potentially leading to unexpected behavior and memory leaks.

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-sharereplay.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-sharereplay.test.ts)
- [Rule source](/src/rules/no-sharereplay.ts)
- [Test source](/tests/rules/no-sharereplay.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-subclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-subclass.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-subclass.test.ts)
- [Rule source](/src/rules/no-subclass.ts)
- [Test source](/tests/rules/no-subclass.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-subject-unsubscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-subject-unsubscribe.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-subject-unsubscribe.test.ts)
- [Rule source](/src/rules/no-subject-unsubscribe.ts)
- [Test source](/tests/rules/no-subject-unsubscribe.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-subject-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-subject-value.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-subject-value.test.ts)
- [Rule source](/src/rules/no-subject-value.ts)
- [Test source](/tests/rules/no-subject-value.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-subscribe-handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-subscribe-handlers.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-subscribe-handlers.test.ts)
- [Rule source](/src/rules/no-subscribe-handlers.ts)
- [Test source](/tests/rules/no-subscribe-handlers.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-subscribe-in-pipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-subscribe-in-pipe.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-subscribe-in-pipe.test.ts)
- [Rule source](/src/rules/no-subscribe-in-pipe.ts)
- [Test source](/tests/rules/no-subscribe-in-pipe.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-topromise.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-topromise.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-topromise.test.ts)
- [Rule source](/src/rules/no-topromise.ts)
- [Test source](/tests/rules/no-topromise.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-unbound-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-unbound-methods.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-unbound-methods.test.ts)
- [Rule source](/src/rules/no-unbound-methods.ts)
- [Test source](/tests/rules/no-unbound-methods.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-unsafe-catch.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-unsafe-catch.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-unsafe-catch.test.ts)
- [Rule source](/src/rules/no-unsafe-catch.ts)
- [Test source](/tests/rules/no-unsafe-catch.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-unsafe-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-unsafe-first.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-unsafe-first.test.ts)
- [Rule source](/src/rules/no-unsafe-first.ts)
- [Test source](/tests/rules/no-unsafe-first.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-unsafe-subject-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-unsafe-subject-next.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-unsafe-subject-next.test.ts)
- [Rule source](/src/rules/no-unsafe-subject-next.ts)
- [Test source](/tests/rules/no-unsafe-subject-next.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-unsafe-switchmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-unsafe-switchmap.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-unsafe-switchmap.test.ts)
- [Rule source](/src/rules/no-unsafe-switchmap.ts)
- [Test source](/tests/rules/no-unsafe-switchmap.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/no-unsafe-takeuntil.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-unsafe-takeuntil.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-unsafe-takeuntil.test.ts)
- [Rule source](/src/rules/no-unsafe-takeuntil.ts)
- [Test source](/tests/rules/no-unsafe-takeuntil.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/prefer-observer.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/prefer-observer.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/prefer-observer.test.ts)
- [Rule source](/src/rules/prefer-observer.ts)
- [Test source](/tests/rules/prefer-observer.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/prefer-root-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/prefer-root-operators.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/prefer-root-operators.test.ts)
- [Rule source](/src/rules/prefer-root-operators.ts)
- [Test source](/tests/rules/prefer-root-operators.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/suffix-subjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/suffix-subjects.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/suffix-subjects.test.ts)
- [Rule source](/src/rules/suffix-subjects.ts)
- [Test source](/tests/rules/suffix-subjects.test.ts)
4 changes: 2 additions & 2 deletions docs/rules/throw-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Type checked lint rules are more powerful than traditional lint rules, but also

## Resources

- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/throw-error.ts)
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/throw-error.test.ts)
- [Rule source](/src/rules/throw-error.ts)
- [Test source](/tests/rules/throw-error.test.ts)