Skip to content

Commit 46ead62

Browse files
authored
fix: update GLOB_SVELTE to include .js/.ts extensions (#734)
1 parent 5dff7e4 commit 46ead62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const GLOB_JSONC = '**/*.jsonc'
1919

2020
export const GLOB_MARKDOWN = '**/*.md'
2121
export const GLOB_MARKDOWN_IN_MARKDOWN = '**/*.md/*.md'
22-
export const GLOB_SVELTE = '**/*.svelte'
22+
export const GLOB_SVELTE = '**/*.svelte?(.{js,ts})'
2323
export const GLOB_VUE = '**/*.vue'
2424
export const GLOB_YAML = '**/*.y?(a)ml'
2525
export const GLOB_TOML = '**/*.toml'

0 commit comments

Comments
 (0)