Skip to content

Commit 0a7a34a

Browse files
committed
Drop eslint-plugin-rxjs-angular
The plugin has not been update for more than one year and it does not support ESLint 9. Eslint-config-angular only used one rule (rxjs-angular/prefer-async-pipe), so keeping the plugin does not worth the effort.
1 parent f50678e commit 0a7a34a

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export = {
2323
extends: [
2424
'./rules/eslint-config',
2525
'./rules/angular',
26-
'./rules/rxjs-angular',
2726
],
2827
},
2928
{

src/rules/index.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
include::eslint-config/index.adoc[leveloffset=+1]
44

55
include::angular/index.adoc[leveloffset=+1]
6-
7-
include::rxjs-angular/index.adoc[leveloffset=+1]

src/rules/rxjs-angular/index.adoc

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/rules/rxjs-angular/index.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)