We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dff7e4 commit 46ead62Copy full SHA for 46ead62
src/globs.ts
@@ -19,7 +19,7 @@ export const GLOB_JSONC = '**/*.jsonc'
19
20
export const GLOB_MARKDOWN = '**/*.md'
21
export const GLOB_MARKDOWN_IN_MARKDOWN = '**/*.md/*.md'
22
-export const GLOB_SVELTE = '**/*.svelte'
+export const GLOB_SVELTE = '**/*.svelte?(.{js,ts})'
23
export const GLOB_VUE = '**/*.vue'
24
export const GLOB_YAML = '**/*.y?(a)ml'
25
export const GLOB_TOML = '**/*.toml'
0 commit comments