Skip to content

Commit

Permalink
Merge pull request #32 from MaddyGuthridge/maddy-svelte-5
Browse files Browse the repository at this point in the history
Migrate to Svelte 5
  • Loading branch information
MaddyGuthridge authored Nov 16, 2024
2 parents ad6aeca + 7fd10de commit 628604b
Show file tree
Hide file tree
Showing 54 changed files with 3,620 additions and 9,592 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cSpell.language": "en",
"cSpell.words": [
"Asciinema",
"firstrun",
Expand Down
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ export default ts.config(
'@typescript-eslint/no-unsafe-member-access': 'off',
// Allow empty functions, as they are useful to silence promise errors
'@typescript-eslint/no-empty-function': 'off',
// Use `type` instead of `interface`
"@typescript-eslint/consistent-type-definitions": ["error", 'type'],
},
},
{
Expand Down
Loading

0 comments on commit 628604b

Please sign in to comment.