Skip to content

Commit

Permalink
Add vscode-eslint to recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjelonek committed Nov 9, 2023
1 parent 597f4c0 commit 2f44090
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint"
]
}

0 comments on commit 2f44090

Please sign in to comment.