Skip to content

Commit a3cfcb5

Browse files
committed
fix: include svelte.ts files in Svelte ESLint configuration
1 parent 75a179b commit a3cfcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default ts.config(
2525
}
2626
},
2727
{
28-
files: ['**/*.svelte'],
28+
files: ['**/*.svelte', '**/*.svelte.ts'],
2929

3030
languageOptions: {
3131
parserOptions: {

0 commit comments

Comments
 (0)