S
S
Sergey2017-03-16 11:57:02
JavaScript
Sergey, 2017-03-16 11:57:02

How to make jshint and async/await friends in Atom?

does jshint support async/await at all?
/*jshint node:true, esversion: 6*/
if I set esversion: 7, then it swears
to turn on the experimental mode, it doesn't work either

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alvvi, 2017-03-16
@Sin_raben

Just a guess, right esnext: true
?
UPD: after doing a little research, I found this , apparently there really is no support for async / await to this day.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question