Nicholas Jamieson
Nicholas Jamieson
The ESLint version of this rule supports classes other than components. I'm not really interested in adding features/functionality to this package of rules now that TSLint has reached its end...
Same response as here: https://github.com/cartant/rxjs-tslint-rules/issues/113#issuecomment-578473623
No. You cannot just enable all of the rules. Some rules are contradictory. For example, enabling both `rxjs-finnish` and `rxjs-no-finnish` would make no sense. You will need to read the...
@pablorsk If you are interested, I've done some rearranging of my projects to consolidate the RxJS linting rules that I use into one shared location: [`@cartant/tslint-config-rxjs`](https://github.com/cartant/tslint-config-rxjs). With it, the `tslint.json`...
See [this comment](https://github.com/cartant/eslint-plugin-rxjs/issues/40#issuecomment-548313650) in the repo that contains the ESLint versions of these rules.
Something to watch out for is that [`empty`](https://github.com/ReactiveX/rxjs/blob/5.5.10/src/observable/EmptyObservable.ts#L60) can be passed a scheduler argument, so simply replacing the call with the constant could change behaviour.
Do you have a specific process in mind for extracting the ESDoc-based documentation from the TS source files? Is this going to be an ongoing part of generating the documentation?...
@jayphelps > It hasn't been as easy as I thought it would be (surprise surprise). [The Programmers’ Credo:](https://twitter.com/pinboard/status/761656824202276864) > We do these things not because they are easy, but because...
Sorry. It seems I've managed to overlook the notification for this PR. If you're able to give me a quick description of how I can reproduce the problem that this...
`incremental` is a compiler option, so if you specify a project file - i.e. a `tsconfig.json` file - when you run tsify, you can configure the option in the project...