mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48: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 htmlFiles = await globby(resolve(outputDir, 'templates/**/*.html'), { absolute: true })
|
||||||
|
|
||||||
const templateExports: Array<{
|
const templateExports: Array<{
|
||||||
exportName: string
|
exportName: string
|
||||||
templateName: string
|
templateName: string
|
||||||
types: string
|
types: string
|
||||||
}> = []
|
}> = []
|
||||||
|
|
||||||
for (const fileName of htmlFiles) {
|
for (const fileName of htmlFiles) {
|
||||||
// Infer template name
|
// Infer template name
|
||||||
|
Loading…
Reference in New Issue
Block a user