PentiaLabs / generator-helix

Generate Helix compliant solutions with Yeoman.
MIT License
40 stars 22 forks source link

Reformating and use ES6 syntax #67

Closed Saturate closed 7 years ago

Saturate commented 7 years ago

Description of the Change

Use ES6 syntax as we already are depended on a version of nodejs taht supports this. Also fix some formatting issues.

Fixes #66 by removing that line that did nothing.

Possible Drawbacks

Could break something, please test it as well as merge #65 for the extra tests.