Skip to content

Commit

Permalink
chore: Fix WebStorm warnings about trailing commas in JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Feb 18, 2025
1 parent 644e610 commit 5fe02bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"gamunu.vscode-yarn",
"mrmlnc.vscode-scss",
"Orta.vscode-jest",
"svelte.svelte-vscode",
"svelte.svelte-vscode"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"npm.packageManager": "yarn",
"svelte.enable-ts-plugin" : true,
"svelte.enable-ts-plugin" : true
}

0 comments on commit 5fe02bd

Please sign in to comment.