1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Merge pull request #202 from x4m3/patch-1

Added link to vscode TSLint extention in readme

Thanks to @x4m3
This commit is contained in:
Piotr Błażejewicz (Peter Blazejewicz)
2019-06-30 09:34:35 +02:00
committed by GitHub

View File

@@ -481,7 +481,7 @@ npm run tslint // runs only TSLint
```
Notice that TSLint is not a part of the main watch task.
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.
If you are interested in seeing TSLint feedback as soon as possible, I strongly recommend the [TSLint extension in VS Code]().
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).
### VSCode Extensions
@@ -550,4 +550,4 @@ A majority of this quick start's content was inspired or adapted from Sahat's ex
## License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the [MIT](LICENSE.txt) License.
Licensed under the [MIT](LICENSE.txt) License.