Skip to content

Commit c93bb91

Browse files
committed
cleanup
1 parent ff9eb88 commit c93bb91

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
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: 0 additions & 4 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/**',
108106
'tmp/**',
109-
// wasn't checked previously, reenable at some point
110-
'sites/svelte.dev/**'
111107
]
112108
}
113109
];

0 commit comments

Comments
 (0)