diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0a18b9c4b..978d6307f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,5 @@ { - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format "recommendations": [ - "ms-vscode.vscode-typescript-tslint-plugin" + "dbaeumer.vscode-eslint" ] -} \ No newline at end of file +}