Skip to content

Commit 0ae1d5a

Browse files
navoritedummdidumm
andauthored
chore: cleanup obselete stuff (#16412)
* Update vitest.config.js * Update vitest.config.js * cleanup * woops * Update eslint.config.js --------- Co-authored-by: Simon H <[email protected]>
1 parent 65e5249 commit 0ae1d5a

File tree

5 files changed

+2
-24
lines changed

5 files changed

+2
-24
lines changed

.prettierignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ packages/svelte/types
2828
packages/svelte/compiler/index.js
2929
playgrounds/sandbox/src/*
3030

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-
4031
**/node_modules
4132
**/.svelte-kit
4233
**/.vercel

.prettierrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
"useTabs": false,
1818
"tabWidth": 2
1919
}
20-
},
21-
{
22-
"files": ["sites/svelte-5-preview/src/routes/docs/content/**/*.md"],
23-
"options": {
24-
"printWidth": 60
25-
}
2620
}
2721
]
2822
}

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"search.exclude": {
3-
"sites/svelte-5-preview/static/*": true
4-
},
52
"typescript.tsdk": "node_modules/typescript/lib"
63
}

eslint.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,7 @@ export default [
103103
'*.config.js',
104104
// documentation can contain invalid examples
105105
'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/**'
111107
]
112108
}
113109
];

vitest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939
provider: 'v8',
4040
reporter: ['lcov', 'html'],
4141
include: ['packages/svelte/src/**'],
42-
reportsDirectory: 'sites/svelte-5-preview/static/coverage',
42+
reportsDirectory: 'coverage',
4343
reportOnFailure: true
4444
}
4545
}

0 commit comments

Comments
 (0)