Skip to content

Commit 24db336

Browse files
[autofix.ci] apply automated fixes
1 parent b467482 commit 24db336

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/nuxt/src/components/scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ function warnAboutDuplicateComponent (componentName: string, filePath: string, d
178178
)
179179
}
180180

181-
const LAZY_COMPONENT_NAME_REGEX = /^Lazy(?=[A-Z])/
181+
const LAZY_COMPONENT_NAME_REGEX = /^Lazy(?=[A-Z])/

packages/nuxt/src/components/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ export const componentsMetadataTemplate: NuxtTemplate = {
197197
filename: 'components.json',
198198
write: true,
199199
getContents: ({ app }) => JSON.stringify(app.components, null, 2),
200-
}
200+
}

packages/nuxt/test/scan-components.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ it('components:scanComponents', async () => {
251251
delete c._scanned
252252
}
253253
expect(scannedComponents).deep.eq(expectedComponents)
254-
})
254+
})

packages/schema/src/types/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ export interface ComponentsOptions {
135135
exclude?: RegExp[]
136136
include?: RegExp[]
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)