NeoVim/Node.js/Eslint - 80007 'await' has no effect on the type of this expression.
Recently this drove me nuts trying to figure out what is wrong. Not going into depth, going straight to the answer. The error is saying await has no effect even if the function it calls is async. This is due to the annotated documentation being wrong. To fix this, fix