1

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?

Adaline Simonian
  • 4,596
  • 2
  • 24
  • 35
kenpeter
  • 7,404
  • 14
  • 64
  • 95
  • 1
    [This answer to a similar problem](https://stackoverflow.com/a/43002676/4220785) makes me wonder if perhaps the ESLint plugin is out-of-date. Maybe it depends on `babel-eslint`. Have you updated your plugins? – Adaline Simonian Jul 29 '17 at 02:31

0 Answers0