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 28e306d commit 5f71716Copy full SHA for 5f71716
src/constants/glob.ts
@@ -11,7 +11,7 @@ export const GLOB_TSX = '**/*.?([cm])tsx'
11
export const GLOB_VUE = '**/*.vue'
12
export const GLOB_ASTRO = '**/*.astro'
13
export const GLOB_ASTRO_TS = '**/*.astro/*.ts'
14
-export const GLOB_SVELTE = '**/*.svelte'
+export const GLOB_SVELTE = '**/*.svelte?(.{js,ts})'
15
16
export const GLOB_HTML = '**/*.htm?(l)'
17
0 commit comments