I am using Atom with the ESLint plugin. If it sees async
/await
keywords inside a file, it causes an error: "Cannot read property 'range' of undefined".
Is there a way to use async
/await
with ESLint in Atom, without getting this error?
I am using Atom with the ESLint plugin. If it sees async
/await
keywords inside a file, it causes an error: "Cannot read property 'range' of undefined".
Is there a way to use async
/await
with ESLint in Atom, without getting this error?