Closed muuvmuuv closed 4 years ago
Thank you for the issue. Now that @babel/eslint-parser
has been released, we are making this repository read-only. If this is a change you would still like to advocate for, please reopen this in the babel/babel monorepo.
It looks like eslint has problems with async function that uses arrow functions. It throws a error where IMO it should not or am I missing an eslint option?
Error:
Unexpected space before function parentheses.eslint(space-before-function-paren)
Config: https://hastebin.com/oliyavicec.json Code: