Skip to content

Commit 7930a9e

Browse files
committed
Update docs links in angular and ngrx configs
1 parent 6830bc8 commit 7930a9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/configs/angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default tseslint.config(
102102
'@angular-eslint/use-component-view-encapsulation': 'error',
103103
'@angular-eslint/use-injectable-provided-in': 'warn',
104104
'@angular-eslint/use-lifecycle-interface': 'warn',
105-
// https://github.com/cartant/eslint-plugin-rxjs-x/tree/main#rules
105+
// https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x#rules
106106
'rxjs-x/finnish': 'warn',
107107
'rxjs-x/no-compat': 'warn',
108108
'rxjs-x/no-exposed-subjects': 'warn',

src/configs/ngrx.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default tseslint.config(...angular, {
1414
'@ngrx': ngrx,
1515
},
1616
rules: {
17-
// https://github.com/ngrx/platform/tree/main/modules/eslint-plugin
17+
// https://ngrx.io/guide/eslint-plugin#rules
1818
'@ngrx/avoid-combining-component-store-selectors': 'warn',
1919
'@ngrx/avoid-cyclic-effects': 'error',
2020
'@ngrx/avoid-duplicate-actions-in-reducer': 'error',
@@ -43,7 +43,7 @@ export default tseslint.config(...angular, {
4343
'@ngrx/select-style': 'warn',
4444
'@ngrx/use-consistent-global-store-name': ['warn', 'store$'],
4545

46-
// https://github.com/cartant/eslint-plugin-rxjs#rules
46+
// https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x#rules
4747
'rxjs-x/no-unsafe-catch': 'error',
4848
'rxjs-x/no-unsafe-first': 'error',
4949
'rxjs-x/no-unsafe-switchmap': 'error',
@@ -52,7 +52,7 @@ export default tseslint.config(...angular, {
5252
{
5353
name: 'code-pushup/ngrx/rjxs',
5454
rules: {
55-
// https://github.com/cartant/eslint-plugin-rxjs#rules
55+
// https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x#rules
5656
'rxjs-x/no-unsafe-catch': 'error',
5757
'rxjs-x/no-unsafe-first': 'error',
5858
'rxjs-x/no-unsafe-switchmap': 'error',

0 commit comments

Comments
 (0)