Skip to content

Commit

Permalink
Update docs links in angular and ngrx configs
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jan 10, 2025
1 parent 6830bc8 commit 7930a9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/configs/angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default tseslint.config(
'@angular-eslint/use-component-view-encapsulation': 'error',
'@angular-eslint/use-injectable-provided-in': 'warn',
'@angular-eslint/use-lifecycle-interface': 'warn',
// https://github.com/cartant/eslint-plugin-rxjs-x/tree/main#rules
// https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x#rules
'rxjs-x/finnish': 'warn',
'rxjs-x/no-compat': 'warn',
'rxjs-x/no-exposed-subjects': 'warn',
Expand Down
6 changes: 3 additions & 3 deletions src/configs/ngrx.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default tseslint.config(...angular, {
'@ngrx': ngrx,
},
rules: {
// https://github.com/ngrx/platform/tree/main/modules/eslint-plugin
// https://ngrx.io/guide/eslint-plugin#rules
'@ngrx/avoid-combining-component-store-selectors': 'warn',
'@ngrx/avoid-cyclic-effects': 'error',
'@ngrx/avoid-duplicate-actions-in-reducer': 'error',
Expand Down Expand Up @@ -43,7 +43,7 @@ export default tseslint.config(...angular, {
'@ngrx/select-style': 'warn',
'@ngrx/use-consistent-global-store-name': ['warn', 'store$'],

// https://github.com/cartant/eslint-plugin-rxjs#rules
// https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x#rules
'rxjs-x/no-unsafe-catch': 'error',
'rxjs-x/no-unsafe-first': 'error',
'rxjs-x/no-unsafe-switchmap': 'error',
Expand All @@ -52,7 +52,7 @@ export default tseslint.config(...angular, {
{
name: 'code-pushup/ngrx/rjxs',
rules: {
// https://github.com/cartant/eslint-plugin-rxjs#rules
// https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x#rules
'rxjs-x/no-unsafe-catch': 'error',
'rxjs-x/no-unsafe-first': 'error',
'rxjs-x/no-unsafe-switchmap': 'error',
Expand Down

0 comments on commit 7930a9e

Please sign in to comment.