ESLint parsing error when using arrow syntax with async
async
/await
is an ECMAScript 2017 feature, so if you change ecmaVersion: 8
instead of 6, this should work!
I had a similar problem and solve editing the package.json line 5.
I removed " ." that's after "eslint" and everything is fine now.