fix: apply linting

This commit is contained in:
abhijithvijayan 2021-05-23 16:43:59 +05:30
parent 25b2a2b019
commit 6a9c1c542d

View File

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