Manuel Lopez
Manuel Lopez
Ran into this issue today. After installing `ps` on my docker image it works: ``` FROM node:12.18.3-buster-slim RUN apt-get update && apt-get install -y procps ``` I think a note...
I agree, I'm working towards closing all issues hopefully before the release of tslint 5.0. I think it would be good to bump the major version at the same time...
In this case the rule may be so simple that we could deprecated it from this project, the point however, is that we may have some collision later on, as...
The `useIsNan` rule has been removed in `v4.1.0`. I'm keeping this issue open till i rename the remaining rules to have the `ter` prefix.
@MeltingMosaic Could you help out with this issue?
I am not sure if this would be possible. You might be aware that tslint can extend configurations: https://palantir.github.io/tslint/2016/03/31/sharable-configurations-rules.html, but this is only for rules written for tslint.
I would ask the guys at palantir if they would be willing to add that functionality (or if they accept a PR to add it). If they say no then...
Can you please provide some sample code that generates those errors?
for the `use-is-nan` rule I changed the docs since tslint won't let us use the one provided here and I did not want to delete the rule just yet. It...
Is this still an issue? Checked both examples provided with the latest typescript and tslint and the errors are not present. Perhaps one of the updates fixed it at some...