From c6c06dde83c186288c2f121a924eed5fdab795c5 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sun, 23 May 2021 16:49:37 +0530 Subject: [PATCH] chore: apply linting --- webpack.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 7551873..7f26269 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -195,7 +195,11 @@ module.exports = { { format: 'zip', source: path.join(__dirname, 'extension', targetBrowser), - destination: `${path.join(__dirname, 'extension', targetBrowser)}.${getExtensionFileType(targetBrowser)}`, + destination: `${path.join( + __dirname, + 'extension', + targetBrowser + )}.${getExtensionFileType(targetBrowser)}`, options: {zlib: {level: 6}}, }, ],