eslint-config-final 1.6.32 → 1.6.33

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -98,7 +98,7 @@ const angularTypescript = {
98
98
 
99
99
  plugins: {
100
100
  rxjs,
101
- 'rxjs-angular': rxjsAngular,
101
+ 'rxjs-angular-x': rxjsAngular,
102
102
  },
103
103
 
104
104
  rules: {
@@ -107,7 +107,7 @@ const angularTypescript = {
107
107
  'rxjs-x/no-unsafe-switchmap': 'error',
108
108
  'rxjs-x/no-unsafe-takeuntil': 'error',
109
109
 
110
- 'rxjs-angular/prefer-takeuntil': 'error',
110
+ 'rxjs-angular-x/prefer-takeuntil': 'error',
111
111
  },
112
112
  };
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-final",
3
- "version": "1.6.32",
3
+ "version": "1.6.33",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",