ReactiveX / rxjs-tslint

TSLint rules targeting RxJS
MIT License
309 stars 41 forks source link

rxjs-5-to-6-migrate appends comma #37

Closed mxchange closed 6 years ago

mxchange commented 6 years ago

It appends a comma after each refactored .pipe item:

),)

Like:

 .pipe(takeUntil(this.componentDestroyed$),)
mgechev commented 6 years ago

This comma is valid syntactically. In case you prefer to not have it in your code base, you can use prettier or clang-format once you run the migrations.