Does JSHint support async/await?
I'm using JSHint for the JavaScript project (with the Visual Studio Code). And in this project I use async / await, which JSHint highlights as errors. I tried to set up jshint, but the it seems like the maxim version of "esversion" is 6. Does jshint support async/await yet? If it does, how to turn it on? And if not, are there any workarounds? Update (February 2019) : Async/await are now supported as of version 2.10.1. Simply update your .jshintrc to use "esversion": 9 . (+Info : Version changelog ) Update (july 2018) : Async/await will arrive with the release of JsHint 2.10.0. +info : https:/