Closed cmckni3 closed 6 months ago
In particular, trying to enforce using pipeable operators.
Sample code in the codebase:
this.accountService.loadAccount().subscribe(account => { this.account = account; });
I expect a warning/error about this not using pipeable operators
> ng lint All files pass linting. ✨ Done in 13.05s.
{ "rulesDirectory": [ "node_modules/codelyzer", "node_modules/rxjs-tslint" ], "rules": { "rxjs-pipeable-operators-only": true } }
ng: 6.2.8 rxjs: 6.3.3 rxjs-tslint: 0.1.5
In particular, trying to enforce using pipeable operators.
Sample code
Sample code in the codebase:
Expect output
I expect a warning/error about this not using pipeable operators
Actual output
tslint.json
Versions
ng: 6.2.8 rxjs: 6.3.3 rxjs-tslint: 0.1.5