We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a179b commit a3cfcb5Copy full SHA for a3cfcb5
eslint.config.js
@@ -25,7 +25,7 @@ export default ts.config(
25
}
26
},
27
{
28
- files: ['**/*.svelte'],
+ files: ['**/*.svelte', '**/*.svelte.ts'],
29
30
languageOptions: {
31
parserOptions: {
0 commit comments