diff --git a/config/environment.js b/config/environment.js index 19a4ebcc91..28b5996fb5 100644 --- a/config/environment.js +++ b/config/environment.js @@ -1,8 +1,8 @@ -/* jshint node: true */ /* eslint-env node */ +/* eslint no-var: 0 */ module.exports = function(environment) { - let ENV = { + var ENV = { modulePrefix: 'hospitalrun', environment, rootURL: '/',