chore: apply linting

This commit is contained in:
abhijithvijayan 2021-05-23 16:49:37 +05:30
parent aa4609ed28
commit c6c06dde83

View File

@ -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}},
},
],