1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Chore: Fixed conflict between TS and eslint

This commit is contained in:
Laurent Cozic
2025-05-05 10:46:00 +01:00
parent 981759691d
commit 277935b8b1
4 changed files with 5 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ export const declaration: CommandDeclaration = {
export const runtime = (): CommandRuntime => {
return {
execute: async (context: CommandContext, editorViewId:string = '', show:boolean = true) => {
execute: async (context: CommandContext, editorViewId = '', show = true) => {
logger.info('View:', editorViewId, 'Show:', show);
const shownEditorViewIds = Setting.value('plugins.shownEditorViewIds');