Y
Hacker News
new
|
ask
|
show
|
jobs
by
zymhan
2232 days ago
We use Pulumi and Typescript, and it seems to rely heavily on Promise. I wonder how that ESLint rule would affect Pulumi code?
https://www.pulumi.com/docs/intro/concepts/programming-model...
1 comments
dfee
2232 days ago
I’m not sure on Pulumi specifically, but a .catch on a non-awaited promise should be fine.
link