cartant / eslint-plugin-rxjs

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

Update no-nested-subscribe.md to use `map` #120

Open dangrussell opened 1 year ago

dangrussell commented 1 year ago

mapTo is to be removed in v9. Use map instead: map(() => value).