Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Use const over let for exports #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use const over let for exports #43

wants to merge 1 commit into from

Conversation

tracker1
Copy link

@tracker1 tracker1 commented Nov 4, 2015

If ES6+ syntax is to be used, for exports of an object variable that will not change, const is more appropriate.

If ES6+ syntax is to be used, for exports of an object variable that will not change, const is more appropriate.
@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

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.

2 participants