1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Make buildScriptIndexes generates code that passes linter

This commit is contained in:
Laurent Cozic
2024-01-05 09:46:53 +00:00
parent 906b7c3a33
commit 474e8c95a0
8 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@ import * as historyForward from './historyForward';
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
import * as synchronize from './synchronize';
const index:any[] = [
const index: any[] = [
historyBackward,
historyForward,
openMasterPasswordDialog,