Skip to content

Fix eslint warnings

Alf Eaton requested to merge es6-rules into master
  • Added "env" and "no-var" sections to .eslintrc
  • Replaced var with let or const.
  • 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.

Merge request reports