diff --git a/docs/rules/ban-observables.md b/docs/rules/ban-observables.md index 2d373d33..c3a029c3 100644 --- a/docs/rules/ban-observables.md +++ b/docs/rules/ban-observables.md @@ -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) diff --git a/docs/rules/ban-operators.md b/docs/rules/ban-operators.md index 761f408b..a8dfc1a9 100644 --- a/docs/rules/ban-operators.md +++ b/docs/rules/ban-operators.md @@ -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) diff --git a/docs/rules/finnish.md b/docs/rules/finnish.md index 149fb08f..70dda41f 100644 --- a/docs/rules/finnish.md +++ b/docs/rules/finnish.md @@ -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) diff --git a/docs/rules/just.md b/docs/rules/just.md index 07e44eea..3bc219e6 100644 --- a/docs/rules/just.md +++ b/docs/rules/just.md @@ -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) diff --git a/docs/rules/no-async-subscribe.md b/docs/rules/no-async-subscribe.md index f29b7896..b24adb56 100644 --- a/docs/rules/no-async-subscribe.md +++ b/docs/rules/no-async-subscribe.md @@ -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) diff --git a/docs/rules/no-connectable.md b/docs/rules/no-connectable.md index 091289ee..28027a6e 100644 --- a/docs/rules/no-connectable.md +++ b/docs/rules/no-connectable.md @@ -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) diff --git a/docs/rules/no-create.md b/docs/rules/no-create.md index b7a413fc..79a19a8c 100644 --- a/docs/rules/no-create.md +++ b/docs/rules/no-create.md @@ -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) diff --git a/docs/rules/no-cyclic-action.md b/docs/rules/no-cyclic-action.md index a0d0ae54..21eb9523 100644 --- a/docs/rules/no-cyclic-action.md +++ b/docs/rules/no-cyclic-action.md @@ -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) diff --git a/docs/rules/no-explicit-generics.md b/docs/rules/no-explicit-generics.md index 8a5194f0..8e2e80dc 100644 --- a/docs/rules/no-explicit-generics.md +++ b/docs/rules/no-explicit-generics.md @@ -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) diff --git a/docs/rules/no-exposed-subjects.md b/docs/rules/no-exposed-subjects.md index c79182f8..a5da9191 100644 --- a/docs/rules/no-exposed-subjects.md +++ b/docs/rules/no-exposed-subjects.md @@ -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) diff --git a/docs/rules/no-finnish.md b/docs/rules/no-finnish.md index 25ac62eb..4671455a 100644 --- a/docs/rules/no-finnish.md +++ b/docs/rules/no-finnish.md @@ -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) diff --git a/docs/rules/no-floating-observables.md b/docs/rules/no-floating-observables.md index e1ce2c0e..d9e480e5 100644 --- a/docs/rules/no-floating-observables.md +++ b/docs/rules/no-floating-observables.md @@ -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) diff --git a/docs/rules/no-ignored-default-value.md b/docs/rules/no-ignored-default-value.md index 6f07ae32..9a398338 100644 --- a/docs/rules/no-ignored-default-value.md +++ b/docs/rules/no-ignored-default-value.md @@ -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) diff --git a/docs/rules/no-ignored-error.md b/docs/rules/no-ignored-error.md index 899192c2..4d2b6489 100644 --- a/docs/rules/no-ignored-error.md +++ b/docs/rules/no-ignored-error.md @@ -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) diff --git a/docs/rules/no-ignored-notifier.md b/docs/rules/no-ignored-notifier.md index d0b1d500..b429444d 100644 --- a/docs/rules/no-ignored-notifier.md +++ b/docs/rules/no-ignored-notifier.md @@ -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) diff --git a/docs/rules/no-ignored-replay-buffer.md b/docs/rules/no-ignored-replay-buffer.md index 722d4f50..56041b6a 100644 --- a/docs/rules/no-ignored-replay-buffer.md +++ b/docs/rules/no-ignored-replay-buffer.md @@ -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) diff --git a/docs/rules/no-ignored-subscribe.md b/docs/rules/no-ignored-subscribe.md index 26ff191d..fa6c2035 100644 --- a/docs/rules/no-ignored-subscribe.md +++ b/docs/rules/no-ignored-subscribe.md @@ -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) diff --git a/docs/rules/no-ignored-subscription.md b/docs/rules/no-ignored-subscription.md index c4e99df4..62881529 100644 --- a/docs/rules/no-ignored-subscription.md +++ b/docs/rules/no-ignored-subscription.md @@ -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) diff --git a/docs/rules/no-ignored-takewhile-value.md b/docs/rules/no-ignored-takewhile-value.md index aea14e70..d823afaa 100644 --- a/docs/rules/no-ignored-takewhile-value.md +++ b/docs/rules/no-ignored-takewhile-value.md @@ -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) diff --git a/docs/rules/no-implicit-any-catch.md b/docs/rules/no-implicit-any-catch.md index f2be8450..4408a3e9 100644 --- a/docs/rules/no-implicit-any-catch.md +++ b/docs/rules/no-implicit-any-catch.md @@ -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) diff --git a/docs/rules/no-index.md b/docs/rules/no-index.md index 214718b0..ac976570 100644 --- a/docs/rules/no-index.md +++ b/docs/rules/no-index.md @@ -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) diff --git a/docs/rules/no-internal.md b/docs/rules/no-internal.md index 7c5a5570..5ded5eaa 100644 --- a/docs/rules/no-internal.md +++ b/docs/rules/no-internal.md @@ -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) diff --git a/docs/rules/no-misused-observables.md b/docs/rules/no-misused-observables.md index 7b4aad41..7a3ea3f9 100644 --- a/docs/rules/no-misused-observables.md +++ b/docs/rules/no-misused-observables.md @@ -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) diff --git a/docs/rules/no-nested-subscribe.md b/docs/rules/no-nested-subscribe.md index d4f543c4..beeac84c 100644 --- a/docs/rules/no-nested-subscribe.md +++ b/docs/rules/no-nested-subscribe.md @@ -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) diff --git a/docs/rules/no-redundant-notify.md b/docs/rules/no-redundant-notify.md index 245e5fae..703c49a2 100644 --- a/docs/rules/no-redundant-notify.md +++ b/docs/rules/no-redundant-notify.md @@ -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) diff --git a/docs/rules/no-sharereplay.md b/docs/rules/no-sharereplay.md index 807eda3f..2c378bb9 100644 --- a/docs/rules/no-sharereplay.md +++ b/docs/rules/no-sharereplay.md @@ -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) diff --git a/docs/rules/no-subclass.md b/docs/rules/no-subclass.md index 6b540d91..6d793764 100644 --- a/docs/rules/no-subclass.md +++ b/docs/rules/no-subclass.md @@ -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) diff --git a/docs/rules/no-subject-unsubscribe.md b/docs/rules/no-subject-unsubscribe.md index 6b85441a..a7aae131 100644 --- a/docs/rules/no-subject-unsubscribe.md +++ b/docs/rules/no-subject-unsubscribe.md @@ -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) diff --git a/docs/rules/no-subject-value.md b/docs/rules/no-subject-value.md index 62fc2e6b..113ad944 100644 --- a/docs/rules/no-subject-value.md +++ b/docs/rules/no-subject-value.md @@ -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) diff --git a/docs/rules/no-subscribe-handlers.md b/docs/rules/no-subscribe-handlers.md index 19ec2cd8..848e21d7 100644 --- a/docs/rules/no-subscribe-handlers.md +++ b/docs/rules/no-subscribe-handlers.md @@ -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) diff --git a/docs/rules/no-subscribe-in-pipe.md b/docs/rules/no-subscribe-in-pipe.md index 1db92d20..0e32b908 100644 --- a/docs/rules/no-subscribe-in-pipe.md +++ b/docs/rules/no-subscribe-in-pipe.md @@ -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) diff --git a/docs/rules/no-topromise.md b/docs/rules/no-topromise.md index 2880eeac..66d1dd55 100644 --- a/docs/rules/no-topromise.md +++ b/docs/rules/no-topromise.md @@ -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) diff --git a/docs/rules/no-unbound-methods.md b/docs/rules/no-unbound-methods.md index 1cf7da7c..d52a1886 100644 --- a/docs/rules/no-unbound-methods.md +++ b/docs/rules/no-unbound-methods.md @@ -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) diff --git a/docs/rules/no-unsafe-catch.md b/docs/rules/no-unsafe-catch.md index 91339556..ed725e5a 100644 --- a/docs/rules/no-unsafe-catch.md +++ b/docs/rules/no-unsafe-catch.md @@ -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) diff --git a/docs/rules/no-unsafe-first.md b/docs/rules/no-unsafe-first.md index 41a6754e..edead517 100644 --- a/docs/rules/no-unsafe-first.md +++ b/docs/rules/no-unsafe-first.md @@ -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) diff --git a/docs/rules/no-unsafe-subject-next.md b/docs/rules/no-unsafe-subject-next.md index 1cd4d8fb..7947a92c 100644 --- a/docs/rules/no-unsafe-subject-next.md +++ b/docs/rules/no-unsafe-subject-next.md @@ -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) diff --git a/docs/rules/no-unsafe-switchmap.md b/docs/rules/no-unsafe-switchmap.md index 582973a7..bb6d0eb0 100644 --- a/docs/rules/no-unsafe-switchmap.md +++ b/docs/rules/no-unsafe-switchmap.md @@ -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) diff --git a/docs/rules/no-unsafe-takeuntil.md b/docs/rules/no-unsafe-takeuntil.md index 8d72b7c2..0efad243 100644 --- a/docs/rules/no-unsafe-takeuntil.md +++ b/docs/rules/no-unsafe-takeuntil.md @@ -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) diff --git a/docs/rules/prefer-observer.md b/docs/rules/prefer-observer.md index 44e29039..2a394056 100644 --- a/docs/rules/prefer-observer.md +++ b/docs/rules/prefer-observer.md @@ -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) diff --git a/docs/rules/prefer-root-operators.md b/docs/rules/prefer-root-operators.md index 016d6891..83d1ce1e 100644 --- a/docs/rules/prefer-root-operators.md +++ b/docs/rules/prefer-root-operators.md @@ -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) diff --git a/docs/rules/suffix-subjects.md b/docs/rules/suffix-subjects.md index f0712dab..06a099fa 100644 --- a/docs/rules/suffix-subjects.md +++ b/docs/rules/suffix-subjects.md @@ -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) diff --git a/docs/rules/throw-error.md b/docs/rules/throw-error.md index dd289a6e..ef8252c3 100644 --- a/docs/rules/throw-error.md +++ b/docs/rules/throw-error.md @@ -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)