chore: lint

This commit is contained in:
Daniel Roe 2024-06-07 23:18:40 +01:00
parent 94c84feeeb
commit 5d7f7dae48
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ export const RenderPlugin = () => {
const htmlFiles = await globby(resolve(outputDir, 'templates/**/*.html'), { absolute: true })
const templateExports: Array<{
exportName: string
templateName: string
types: string
}> = []
exportName: string
templateName: string
types: string
}> = []
for (const fileName of htmlFiles) {
// Infer template name