Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 07:46
· 13 commits to main since this release
5391760

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.