File tree Expand file tree Collapse file tree 5 files changed +2
-24
lines changed Expand file tree Collapse file tree 5 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ packages/svelte/types
28
28
packages /svelte /compiler /index.js
29
29
playgrounds /sandbox /src /*
30
30
31
- # sites/svelte.dev
32
- sites /svelte.dev /static /svelte-app.json
33
- sites /svelte.dev /scripts /svelte-app /
34
- sites /svelte.dev /src /routes /_components /Supporters /contributors.jpg
35
- sites /svelte.dev /src /routes /_components /Supporters /contributors.js
36
- sites /svelte.dev /src /routes /_components /Supporters /donors.jpg
37
- sites /svelte.dev /src /routes /_components /Supporters /donors.js
38
- sites /svelte.dev /src /lib /generated
39
-
40
31
** /node_modules
41
32
** /.svelte-kit
42
33
** /.vercel
Original file line number Diff line number Diff line change 17
17
"useTabs": false,
18
18
"tabWidth": 2
19
19
}
20
- },
21
- {
22
- "files": ["sites/svelte-5-preview/src/routes/docs/content/**/*.md"],
23
- "options": {
24
- "printWidth": 60
25
- }
26
20
}
27
21
]
28
22
}
Original file line number Diff line number Diff line change 1
1
{
2
- "search.exclude" : {
3
- "sites/svelte-5-preview/static/*" : true
4
- },
5
2
"typescript.tsdk" : " node_modules/typescript/lib"
6
3
}
Original file line number Diff line number Diff line change @@ -103,11 +103,7 @@ export default [
103
103
'*.config.js' ,
104
104
// documentation can contain invalid examples
105
105
'documentation' ,
106
- // contains a fork of the REPL which doesn't adhere to eslint rules
107
- 'sites/svelte-5-preview/**' ,
108
- 'tmp/**' ,
109
- // wasn't checked previously, reenable at some point
110
- 'sites/svelte.dev/**'
106
+ 'tmp/**'
111
107
]
112
108
}
113
109
] ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default defineConfig({
39
39
provider : 'v8' ,
40
40
reporter : [ 'lcov' , 'html' ] ,
41
41
include : [ 'packages/svelte/src/**' ] ,
42
- reportsDirectory : 'sites/svelte-5-preview/static/ coverage' ,
42
+ reportsDirectory : 'coverage' ,
43
43
reportOnFailure : true
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments