Skip to content

Commit 628604b

Browse files
Merge pull request #32 from MaddyGuthridge/maddy-svelte-5
Migrate to Svelte 5
2 parents ad6aeca + 7fd10de commit 628604b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3620
-9592
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"cSpell.language": "en",
23
"cSpell.words": [
34
"Asciinema",
45
"firstrun",

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ export default ts.config(
6464
'@typescript-eslint/no-unsafe-member-access': 'off',
6565
// Allow empty functions, as they are useful to silence promise errors
6666
'@typescript-eslint/no-empty-function': 'off',
67+
// Use `type` instead of `interface`
68+
"@typescript-eslint/consistent-type-definitions": ["error", 'type'],
6769
},
6870
},
6971
{

0 commit comments

Comments
 (0)