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

fix typo: Interesting should be Interested.

This commit is contained in:
Ibrahim Jarif
2018-10-15 12:23:59 +05:30
committed by GitHub
parent 3f51f59c55
commit e5de145510

View File

@@ -467,7 +467,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 interesting 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]().
### VSCode Extensions