Skip to content

Commit

Permalink
docs(readme): Add npx as alternative to run CLI helper tool (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah authored and ikatyang committed Apr 17, 2019
1 parent bdc9eb0 commit 1fce89a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,8 @@ In order to execute the CLI tool, first add a script for it to `package.json`:

Then run `yarn tslint-check` or `npm run tslint-check`.

Or simply run `npx tslint-config-prettier-check ./tslint.json`.

### Tutorials

- [Using TSlint with Prettier](https://alexjoverm.github.io/2017/06/12/Use-Prettier-with-TSLint-and-be-happy/)
Expand Down

0 comments on commit 1fce89a

Please sign in to comment.