You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Tools: Enable eslint rule comma-dangle: always-multiline for functions
This commit is contained in:
@ -89,7 +89,7 @@ function createPluginArchive(sourceDir, destPath) {
|
||||
cwd: sourceDir,
|
||||
sync: true,
|
||||
},
|
||||
distFiles
|
||||
distFiles,
|
||||
);
|
||||
|
||||
console.info(chalk.cyan(`Plugin archive has been created in ${destPath}`));
|
||||
|
Reference in New Issue
Block a user