Skip to content

Commit

Permalink
chore(dx): add eslint and prettier vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Apr 3, 2024
1 parent f030af3 commit 505e654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"recommendations": [
"svelte.svelte-vscode",
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer"
"rust-lang.rust-analyzer",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}

0 comments on commit 505e654

Please sign in to comment.