You've already forked joplin
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:
@@ -58,7 +58,7 @@ describe('getPluginLists', () => {
|
||||
app_min_version: '1' },
|
||||
'',
|
||||
() => {},
|
||||
''
|
||||
'',
|
||||
);
|
||||
|
||||
const plugins: Plugins = {};
|
||||
@@ -82,7 +82,7 @@ describe('getPluginLists', () => {
|
||||
app_min_version: '1' },
|
||||
'',
|
||||
() => {},
|
||||
''
|
||||
'',
|
||||
);
|
||||
plugins[plugin.manifest.id] = plugin;
|
||||
}
|
||||
@@ -106,7 +106,7 @@ describe('getPluginLists', () => {
|
||||
app_min_version: '1' },
|
||||
'',
|
||||
() => {},
|
||||
''
|
||||
'',
|
||||
);
|
||||
|
||||
plugins[plugin.manifest.id] = plugin;
|
||||
|
||||
Reference in New Issue
Block a user