cartant / eslint-plugin-rxjs

ESLint rules for RxJS
MIT License
311 stars 36 forks source link

feat: support Typescript >5 #110

Closed AnWeber closed 1 year ago

AnWeber commented 1 year ago

fixes #109

cartant commented 1 year ago

Thanks. There should be a new version published now that includes your change.

AnWeber commented 1 year ago

Thx for the fast approval

eXpertise7 commented 7 months ago

@AnWeber Well, I still get the warning even after update to version 5.0.3:

image

AnWeber commented 7 months ago

@eXpertise7 Did you run an npm upgrade? eslint-etc and tsutils-etc also needs updated packages.

eXpertise7 commented 7 months ago

@AnWeber You're right, it was my bad. I am using Yarn package manager and I've bumped manually version of eslint-plugin-rxjs and I've typed yarn install command only, which only made changes for main eslint-plugin-rxjs package at yarn.lock file. Thanks!