-
Notifications
You must be signed in to change notification settings - Fork 72
Cleanup the code #50
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
Comments
Hi @czosel, I would be really glad if you can help on this. When the project was started es6 was not mature but I agree that I should start to migrate on it. I have no problem with ES6 (to be honest I do not like the class support as it shadows the prototypal power of JS), but I would be glad to use all ES6 goodies. I just need to support browser with babel for example, and be compliant with node v4. |
Hi @ichiriac, |
Agree with you, as sometimes big refactoring can lead to regressions. The ESLint automated check is a must have. You can start by providing just a simple configuration that checks common rules and attach it on travis build steps 😄 |
The text was updated successfully, but these errors were encountered: