Update linting instructions to reference new script name (#320)

This commit is contained in:
Linus Unnebäck
2018-11-07 19:44:38 +00:00
committed by Daniel Wirtz
parent ef3b47d91c
commit 7135af36bd
4 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,7 @@ Add a script to your `package.json`:
Now, to check your sources, run:
```
$> npm run lint
$> npm run check
```
If you are using [Visual Studio Code](https://code.visualstudio.com/), there's also a [TSLint extension](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) that highlights issues as you type.