1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Tools: Enable eslint rule comma-dangle: always-multiline for functions

This commit is contained in:
Laurent Cozic
2023-08-22 11:58:53 +01:00
parent 26a967e53c
commit 2e9f93ad9a
135 changed files with 352 additions and 352 deletions

View File

@@ -138,7 +138,7 @@ class FileApiDriverDropbox {
{
'Dropbox-API-Arg': JSON.stringify({ path: this.makePath_(path) }),
},
options
options,
);
return response;
} catch (error) {
@@ -182,7 +182,7 @@ class FileApiDriverDropbox {
mute: true, // Don't send a notification to user since there can be many of these updates
}),
},
options
options,
);
} catch (error) {
if (this.hasErrorCode_(error, 'restricted_content')) {