Closed CaiPeng1989 closed 5 years ago
@CaiPeng1989 I think this belongs in https://github.com/palantir/tslint/issues, this module doesn't create any of the rules but provides a default slate similar to StandardJS.
But, if I use tslint:recommended
, no problem.
I don’t think that configuration has this rule enabled so that makes sense.
If I use
finally
, tslint will throw a warning at compile time: "Promises must be handled proper".Everything works fine without
finally
. Please fix it.