tslint => eslint
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
    "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