From 82cad800c2e41c9f20866a16fffe58b0eaabe186 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 28 Sep 2019 23:42:21 +0200 Subject: [PATCH] eslint --- app/scripts/util/kdbxweb/kdbxweb-init.js | 2 ++ 1 file changed, 2 insertions(+) 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;