Skip to content

Commit

Permalink
Add recommended extensions for VS Code (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanfrelo authored May 24, 2024
1 parent 6b3033f commit 3d9cebd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"DavidAnson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint"
]
}

0 comments on commit 3d9cebd

Please sign in to comment.