Skip to content

Commit

Permalink
Update the tslint extension to the new/official one.
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
thomasvl authored and allevato committed May 10, 2019
1 parent 7214471 commit 66c7529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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

Expand Down

0 comments on commit 66c7529

Please sign in to comment.