You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -481,7 +481,7 @@ npm run tslint // runs only TSLint
481
481
```
482
482
Notice that TSLint is not a part of the main watch task.
483
483
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).
485
485
486
486
### VSCode Extensions
487
487
@@ -550,4 +550,4 @@ A majority of this quick start's content was inspired or adapted from Sahat's ex
550
550
551
551
## License
552
552
Copyright (c) Microsoft Corporation. All rights reserved.
0 commit comments