1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-06 23:56:13 +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

@ -30,7 +30,7 @@ async function processDirectory(dir, indexFilePath = null, typeScriptType = null
fileContent.push('');
}
fileContent.push(`const index:${typeScriptType}[] = [`);
fileContent.push(`const index: ${typeScriptType}[] = [`);
for (const tsFile of tsFiles) {
const f = utils.getFilename(tsFile);