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:
@ -140,7 +140,7 @@ export default class JoplinSettings {
|
||||
this.plugin_.deprecationNotice(
|
||||
'1.8',
|
||||
'joplin.settings.registerSetting() is deprecated in favour of joplin.settings.registerSettings()',
|
||||
!registerSettingAllowedPluginIds.includes(this.plugin_.id)
|
||||
!registerSettingAllowedPluginIds.includes(this.plugin_.id),
|
||||
);
|
||||
|
||||
await this.registerSettings({ [key]: settingItem });
|
||||
|
Reference in New Issue
Block a user