* Rework project structure with new source and config directories
* Upgrade Jest and Standard to latest and resolve errors
* Add basic babel config and use modern import/export syntax
* Bump convict version to latest to resolve security issue.
* Bump Travis node version
* Configure ESLint and Prettier and resolve all style errors
* Consolidate some config files into package json
* Add basic GitHub codespaces config files
* Rework project structure with directories for source and config
* Upgrade Standard to latest and resolve style errors
* Upgrade jest to latest version
* Add babel support and convert to modern import syntax
* Utilize spread operator in place of object assign
* Bump convict version to latest to resolve security issue.
* Bump node version
- Added email.fromName to the JSON config schema.
- Updated config schema doc to remove reference to non-existent notifications.fromAddress parameter in the site config.
- Updated unit test.
* Convert error handler to more modern class declaration.
* Make GitHub and GitService actually throw errors rather than return them
* Fix some broken unit and acceptance tests
* Convert error handler to more modern class declaration.
* Make GitHub and GitService actually throw errors rather than return them
* Fix some broken unit and acceptance tests