cephalization/Valet

Convert JS files to ES6

Opened this issue · 0 comments

Promises are already being used so we may as well go all the way.

Convert all variable declarations to let and const.
Make sure that variable scoping is accounted for.

Check out => syntactic sugar and other ES6 best practices/improvements.