Is there a way to lint check unnecessary `await`s?
In VSCode, I get this grey hint in the IDE (photo). But I don't see a lint rule for it at https://lint.deno.land/. Is this just an IDE/CLI mismatch? I'd love to make this a warning or error.
0 Replies