tslint => eslint
This commit is contained in:
		@@ -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"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user