eslint-plugin-rxjs-angular
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/cartant/eslint-plugin-rxjs-angular/compare/v1.0.2...v1.0.3) (2020-11-28) | ||
## Changes | ||
* Remove `.npmignore` and use `files` in `package.json` instead. ([ec249b6](https://github.com/cartant/eslint-plugin-rxjs-angular/commit/ec249b6)) | ||
<a name="1.0.2"></a> | ||
@@ -2,0 +9,0 @@ ## [1.0.2](https://github.com/cartant/eslint-plugin-rxjs-angular/compare/v1.0.1...v1.0.2) (2020-11-05) |
@@ -55,3 +55,3 @@ # Use subscription composition (`prefer-composition`) | ||
{ | ||
"rxjs/prefer-composition": [ | ||
"rxjs-angular/prefer-composition": [ | ||
"error", | ||
@@ -58,0 +58,0 @@ { "checkDecorators": ["Component"] } |
@@ -63,3 +63,3 @@ # Use `takeUntil` and `ngOnDestroy` (`prefer-takeuntil`) | ||
{ | ||
"rxjs/prefer-composition": [ | ||
"rxjs-angular/prefer-takeuntil": [ | ||
"error", | ||
@@ -66,0 +66,0 @@ { |
@@ -30,3 +30,3 @@ { | ||
"ts-node": "^9.0.0", | ||
"typescript": "~4.0.2" | ||
"typescript": "~4.1.2" | ||
}, | ||
@@ -36,2 +36,6 @@ "engines": { | ||
}, | ||
"files": [ | ||
"dist", | ||
"docs" | ||
], | ||
"homepage": "https://github.com/cartant/eslint-plugin-rxjs-angular", | ||
@@ -81,3 +85,3 @@ "husky": { | ||
}, | ||
"version": "1.0.2" | ||
"version": "1.0.3" | ||
} |
34836
12
537