Skip to content

Commit

Permalink
add .svelte to list of supported extensions
Browse files Browse the repository at this point in the history
fixes #2857
  • Loading branch information
acao authored Nov 3, 2022
1 parent f4bac35 commit e79d3ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const DEFAULT_SUPPORTED_EXTENSIONS = [
'.jsx',
'.tsx',
'.vue',
'.svelte'
];

/**
Expand Down

0 comments on commit e79d3ad

Please sign in to comment.