-
Notifications
You must be signed in to change notification settings - Fork 56
Convert index.js and ./components to ES6 #9
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
Convert index.js and ./components to ES6 #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing comma, please remove
|
Thanks for this contribution. |
|
Currently, our eslint configuration enforce trailing comma. |
|
My personal opinion on that is that it's wrong, and should be changed in the linting settings. This is probably one of the points where i disagree with the airbnb styleguide. |
|
Either way, i'd say we should match what ReactNative has. |
|
Anyhow, as trailing commas match RN's style, i'll consider this a go. |
Convert index.js and ./components to ES6
see #3