cartant / eslint-plugin-rxjs

ESLint rules for RxJS
MIT License
312 stars 37 forks source link

Typescript 5.0.0 Support? #109

Closed AnWeber closed 1 year ago

AnWeber commented 1 year ago

Could you please provide a version with Typescript 5 support? Your peerDependencies settings prevents using a updated version

vinayakpatil commented 1 year ago

@AnWeber this is partially fixed, I still see below dependency issues.

warning "eslint-plugin-rxjs > eslint-etc@5.1.0" has incorrect peer dependency "typescript@^4.0.0". warning "eslint-plugin-rxjs > tsutils-etc@1.4.1" has incorrect peer dependency "typescript@^4.0.0".

AnWeber commented 1 year ago

@vinayakpatil It works for me. You need to use tsutils@1.4.2 and eslint-etc@5.2.1, Both uses typescript: >4.0.0 as peer Dependency.