Skip to content

Commit

Permalink
vscode: install eslint extension
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Mar 15, 2024
1 parent 8cab7dd commit e17d008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"vscode": {
"extensions": [
"eamodio.gitlens",
"timonwong.shellcheck"
"timonwong.shellcheck",
"dbaeumer.vscode-eslint"
]
}
}
Expand Down

0 comments on commit e17d008

Please sign in to comment.