@@ -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