cartant / eslint-plugin-rxjs

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

rxjs/finnish wont work for custom types #106

Open ghaschel opened 1 year ago

ghaschel commented 1 year ago

I am trying to set a rule to force the use of the $ suffix for SubSink. But it won't work. It works for specified rxjs-known types, but not for a specified one.

This is my current setup:

image

As you can see, it works for Subjects but not for SubSinks: image image

sme-tuga001 commented 1 year ago

Hello, any news?