diff --git a/app/scripts/util/kdbxweb/kdbxweb-init.js b/app/scripts/util/kdbxweb/kdbxweb-init.js index 49324482..1c6ac4c5 100644 --- a/app/scripts/util/kdbxweb/kdbxweb-init.js +++ b/app/scripts/util/kdbxweb/kdbxweb-init.js @@ -115,6 +115,7 @@ const KdbxwebInit = { }); }, + // eslint-disable-next-line object-shorthand workerPostRun: function() { self.postMessage({ op: 'postRun' }); self.onmessage = e => { @@ -128,6 +129,7 @@ const KdbxwebInit = { }; }, + // eslint-disable-next-line object-shorthand calcHash: function(Module, args) { let { password, salt } = args; const { memory, iterations, length, parallelism, type, version } = args;