diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 9d19e562..ee926851 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,7 +4,7 @@ // List of extensions which should be recommended for users of this workspace. "recommendations": [ - "eg2.tslint", + "ms-vscode.vscode-typescript-tslint-plugin", "esbenp.prettier-vscode", ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2357ee18..2c9f0784 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ linting. We strongly recommend installing the following Visual Studio Code extensions to have these tools applied automatically as you develop: - [Prettier - Code Formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) -- [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) +- [TSLint](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) ## Code reviews