eslint-config-final 1.6.26 → 1.6.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -102,10 +102,10 @@ const angularTypescript = {
102
102
  },
103
103
 
104
104
  rules: {
105
- 'rxjs/no-nested-subscribe': 'off',
106
- 'rxjs/no-unsafe-catch': 'error',
107
- 'rxjs/no-unsafe-switchmap': 'error',
108
- 'rxjs/no-unsafe-takeuntil': 'error',
105
+ 'rxjs-x/no-nested-subscribe': 'off',
106
+ 'rxjs-x/no-unsafe-catch': 'error',
107
+ 'rxjs-x/no-unsafe-switchmap': 'error',
108
+ 'rxjs-x/no-unsafe-takeuntil': 'error',
109
109
 
110
110
  'rxjs-angular/prefer-takeuntil': 'error',
111
111
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-final",
3
- "version": "1.6.26",
3
+ "version": "1.6.28",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",