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