tslint => eslint

This commit is contained in:
Chuck Lantz
2019-04-27 08:20:42 -07:00
parent 5c64309d07
commit 0d3810d56b

View File

@@ -1,9 +1,9 @@
{ {
"name": "Node.js Sample", "name": "Node.js Sample",
"dockerFile": "Dockerfile", "dockerFile": "Dockerfile",
"appPort": 3000, "appPort": 3000,
"extensions": [ "extensions": [
"ms-vscode.vscode-typescript-tslint-plugin" "dbaeumer.vscode-eslint"
], ],
"postCreateCommand": "yarn install" "postCreateCommand": "yarn install"
} }