Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

feat(eslintrc): allow space before function paren for async functions #49

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

Scarysize
Copy link
Contributor

This currently causes an error because of the async keyword:

  const someFunct = async () => return 'ubilabs';

The PR aims to fix this.

@Scarysize Scarysize requested review from aemkei and yfr April 6, 2018 07:49
@Scarysize Scarysize merged commit 2262b16 into master Apr 6, 2018
@Scarysize Scarysize deleted the feat/space-before-function-paren-async branch April 6, 2018 12:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants