cartant / eslint-plugin-rxjs

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

Rule for forcing defaultValue #126

Open darky opened 9 months ago

darky commented 9 months ago

Some functions like firstValueFrom, lastValueFrom, first, last and maybe some other is unsafe from EmptyError Need to have rule, that will force you to define defaultValue for functions like above :point_up: