You've already forked joplin
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user