Skip to content

Commit 9ebbe9a

Browse files
committed
release(eslint-plugin): 1.0.0
1 parent f815904 commit 9ebbe9a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

libs/eslint-plugin/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# 1.0.0 (2022-09-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **eslint:** fix config errors ([3f52df7](https://github.com/rx-angular/rx-angular/commit/3f52df7b74b0fc01c56fafe07287597e032fad2d))
11+
12+
13+
### Features
14+
15+
* **eslint:** add new lint rule no-rxstate-imperative-in-reactive ([e5ab350](https://github.com/rx-angular/rx-angular/commit/e5ab350c643ede065bb04c9618c0794133d7d694))
16+
* **eslint:** add new rule no-rxstate-subscriptions-outside-constructor ([a9fa408](https://github.com/rx-angular/rx-angular/commit/a9fa408449df180322021a2d5df9899db77c0959))
17+
* **eslint:** define recommended and zoneless config ([f4661bd](https://github.com/rx-angular/rx-angular/commit/f4661bd813897f0cad3eed501a5bd1ee4063982b))
18+
* **eslint:** implement and test layout sensitive apis rule ([a473772](https://github.com/rx-angular/rx-angular/commit/a4737729de98e3e3733bbfb2f033a46966a5a4c9))
19+
* **eslint:** implement and test Zone-patched browser APIs rule ([aa7ea93](https://github.com/rx-angular/rx-angular/commit/aa7ea935d614f23ecd98051733b00d36dd060981))
20+
* **eslint:** implement and test zone.run rule ([2dd5af8](https://github.com/rx-angular/rx-angular/commit/2dd5af8700a8330353adcfd3ab9508e81fd3faa3))
21+
* **eslint:** implement change detection rule ([40d4213](https://github.com/rx-angular/rx-angular/commit/40d4213176020b90cc8b6d0e932cbc685a751fd8))
22+
* **eslint:** implement Lodash-related rules ([70f4c13](https://github.com/rx-angular/rx-angular/commit/70f4c1303a2cffc005fd5bab72cc0f38b6bf2ded))
23+
* **eslint:** implement Zone-patched RxJS rules ([01a685d](https://github.com/rx-angular/rx-angular/commit/01a685d6f7dcb30839235d0c20d8b1fd7f1da557))
24+
* **eslint:** refer to structuredClone in prefer-no-lodash-clone-deep rule ([1ac06cc](https://github.com/rx-angular/rx-angular/commit/1ac06ccf50a4f3267cb96320f8a934a884c0d87d))

libs/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/eslint-plugin",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"peerDependencies": {
55
"eslint": ">=8.0.0",
66
"typescript": ">=4.3.5"

0 commit comments

Comments
 (0)