mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
@@ -63,7 +63,7 @@ const appConfig = {
|
||||
};
|
||||
|
||||
module.exports = function (defaults) {
|
||||
let app = new EmberApp(defaults, appConfig);
|
||||
const app = new EmberApp(defaults, appConfig);
|
||||
|
||||
app.import('vendor/string-includes.js');
|
||||
app.import('node_modules/string.prototype.endswith/endswith.js');
|
||||
|
||||
Reference in New Issue
Block a user