-
Notifications
You must be signed in to change notification settings - Fork 60
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
refactoring to ES6? #10
Comments
Make sure you are using a good eslint editor (I use VSCODE and it is very effective). We use node-eslint-plugin so that we are not using es6 features not compatible with node 4.3. Any time you use
Extra Credit:
|
Hi @tarang9211 I accidentally closed this PR #11 via me making the mistake of accidentally doing a |
So remaining things to fix on the checklist: (based on your PR):
These should fix the errors you were seeing. |
@TheLarkInn no worries, I just reopened it. |
Hey, looking to contribute to this! Does any of this codebase require refactoring to ES6?
The text was updated successfully, but these errors were encountered: