This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Releases: timdeschryver/eslint-plugin-ngrx
Releases · timdeschryver/eslint-plugin-ngrx
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2021-11-23)
Features
BREAKING CHANGES
- Requires the following versions:
- ESLint v8
- TypeScript ESLint v5
Removed the dependency on eslint-plugin-rxjs
.
To re-enable the RxJS rules for NgRx Effects, you have to manually install the RxJS ESLint plugin.
Details can be found at https://www.npmjs.com/package/eslint-plugin-rxjs
Rename the rule use-selector-in-select
to prefer-selector-in-select
.
This makes the name consistent with the other rules.