From 6a9c1c542de00c4b5c073cf694ada636b0ce1e68 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sun, 23 May 2021 16:43:59 +0530 Subject: [PATCH] fix: apply linting --- webpack.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 0fdbb58..75c5ed7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -197,7 +197,10 @@ module.exports = { { format: 'zip', source: path.join(destPath, targetBrowser), - destination: `${path.join(destPath, targetBrowser)}.${getExtensionFileType(targetBrowser)}`, + destination: `${path.join( + destPath, + targetBrowser + )}.${getExtensionFileType(targetBrowser)}`, options: {zlib: {level: 6}}, }, ],