Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 99ed257

Browse files
Merge pull request #202 from x4m3/patch-1
Added link to vscode TSLint extention in readme Thanks to @x4m3
2 parents f14407d + 8a37e9a commit 99ed257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ npm run tslint // runs only TSLint
481481
```
482482
Notice that TSLint is not a part of the main watch task.
483483
It can be annoying for TSLint to clutter the output window while in the middle of writing a function, so I elected to only run it only during the full build.
484-
If you are interested in seeing TSLint feedback as soon as possible, I strongly recommend the [TSLint extension in VS Code]().
484+
If you are interested in seeing TSLint feedback as soon as possible, I strongly recommend the [TSLint extension in VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin).
485485

486486
### VSCode Extensions
487487

@@ -550,4 +550,4 @@ A majority of this quick start's content was inspired or adapted from Sahat's ex
550550

551551
## License
552552
Copyright (c) Microsoft Corporation. All rights reserved.
553-
Licensed under the [MIT](LICENSE.txt) License.
553+
Licensed under the [MIT](LICENSE.txt) License.

0 commit comments

Comments
 (0)