Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent export statements #76

Closed
mindplay-dk opened this issue Oct 14, 2019 · 1 comment
Closed

Consistent export statements #76

mindplay-dk opened this issue Oct 14, 2019 · 1 comment

Comments

@mindplay-dk
Copy link
Contributor

mindplay-dk commented Oct 14, 2019

Do you prefer inline export statements?

export default foo = () => { ... }

Or separate export at the end of file?

const foo = () => { ... }
const boo = () => { ... }

export { foo, boo }

Right now, it's a mix - lets pick one and be consistent?

@yisar
Copy link
Collaborator

yisar commented Oct 14, 2019

Either is OK.

@yisar yisar closed this as completed in e88f055 Oct 14, 2019
yisar added a commit that referenced this issue Oct 14, 2019
inline `export` statements; closes #76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants