Fix eslint warnings
- Added "env" and "no-var" sections to
.eslintrc
- Replaced
var
withlet
orconst
. - Removed unused variables.
- Fixed some whitespace issues.
- Fixed Promise construction.
eslint still finds issues in initial-app
, but presumably that needs to be in sync with the other packages.