@@ -14,7 +14,7 @@ export default tseslint.config(...angular, {
14
14
'@ngrx' : ngrx ,
15
15
} ,
16
16
rules : {
17
- // https://github.com/ngrx/platform/tree/main/modules/ eslint-plugin
17
+ // https://ngrx.io/guide/ eslint-plugin#rules
18
18
'@ngrx/avoid-combining-component-store-selectors' : 'warn' ,
19
19
'@ngrx/avoid-cyclic-effects' : 'error' ,
20
20
'@ngrx/avoid-duplicate-actions-in-reducer' : 'error' ,
@@ -43,7 +43,7 @@ export default tseslint.config(...angular, {
43
43
'@ngrx/select-style' : 'warn' ,
44
44
'@ngrx/use-consistent-global-store-name' : [ 'warn' , 'store$' ] ,
45
45
46
- // https://github.com/cartant /eslint-plugin-rxjs#rules
46
+ // https://github.com/JasonWeinzierl /eslint-plugin-rxjs-x #rules
47
47
'rxjs-x/no-unsafe-catch' : 'error' ,
48
48
'rxjs-x/no-unsafe-first' : 'error' ,
49
49
'rxjs-x/no-unsafe-switchmap' : 'error' ,
@@ -52,7 +52,7 @@ export default tseslint.config(...angular, {
52
52
{
53
53
name : 'code-pushup/ngrx/rjxs' ,
54
54
rules : {
55
- // https://github.com/cartant /eslint-plugin-rxjs#rules
55
+ // https://github.com/JasonWeinzierl /eslint-plugin-rxjs-x #rules
56
56
'rxjs-x/no-unsafe-catch' : 'error' ,
57
57
'rxjs-x/no-unsafe-first' : 'error' ,
58
58
'rxjs-x/no-unsafe-switchmap' : 'error' ,
0 commit comments