diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 820048c..9e51255 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,9 @@ { - "name": "Node.js Sample", - "dockerFile": "Dockerfile", - "appPort": 3000, - "extensions": [ - "ms-vscode.vscode-typescript-tslint-plugin" - ], - "postCreateCommand": "yarn install" + "name": "Node.js Sample", + "dockerFile": "Dockerfile", + "appPort": 3000, + "extensions": [ + "dbaeumer.vscode-eslint" + ], + "postCreateCommand": "yarn install" } \ No newline at end of file