mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: lint
This commit is contained in:
parent
94c84feeeb
commit
5d7f7dae48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user