JSHint does not recognize Async / Await syntax in Visual Studio Code (VSCode)

I struggled with VSCode and JSHint to find out how to get rid of this syntax highlighting. It seems that JSHint cannot recognize the Async / Await syntax.

Here you can find a screenshot of what I'm talking about.

enter image description here

My version of JSHint: jshint-esnext v2.7.0-3

+4
source share

Source: https://habr.com/ru/post/1687606/


All Articles