Eslint parser does not support async functions, https://github.com/eslint/eslint/issues/8366 Basically we need to add to the .eslintrc ```javascript "parserOptions": { "ecmaVersion": 2017 }, ```