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 99c17b4 commit ab62706Copy full SHA for ab62706
1 file changed
svelte.js
@@ -36,7 +36,7 @@ export default [
36
}
37
},
38
{
39
- files: [ '**/*.svelte', '**/*.svelte.js', '**/+{layout,page}.js', '**/+{layout,page}.server.js' ],
+ files: [ '**/*.svelte', '**/*.js' ],
40
languageOptions: {
41
parserOptions: {
42
svelteConfig: readFileSync(join(process.cwd(), 'svelte.config.js'), 'utf8')
0 commit comments