From 0d3810d56bdfe0c9312ccf3a4097ed7f411eaedd Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Sat, 27 Apr 2019 08:20:42 -0700 Subject: [PATCH] tslint => eslint --- .devcontainer/devcontainer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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