1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +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

@@ -16,7 +16,7 @@ import * as switchProfile3 from './switchProfile3';
import * as toggleExternalEditing from './toggleExternalEditing';
import * as toggleSafeMode from './toggleSafeMode';
const index:any[] = [
const index: any[] = [
copyDevCommand,
editProfileConfig,
exportFolders,