i regularly have an issue where i accidentally str...
# typescript
g
i regularly have an issue where i accidentally string interpolate a
pulumi.Output
instead of passing it through
pulumi.interpolate
. is there an eslint config out there or something that can prevent me from doing this footgun
e
Yes, there is 🙂
g
amazing! thank you