Skip to content

Commit

Permalink
feat(readme): add command on how to run tslint
Browse files Browse the repository at this point in the history
Fix #43
  • Loading branch information
mgechev authored Sep 21, 2016
1 parent 8a48909 commit bd85b76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ Then hop to your `tslint.json` and add rulesDirectory which points to codelyzer,
}
```

Now you can apply codelyzer rules to your tslint config. Enjoy!
Now you can apply codelyzer rules to your tslint config.

In order to run the rules through tslint use:

```bash
tslint -c tslint.json **/*.ts
```

Enjoy!

## Recommended configuration

Expand Down

0 comments on commit bd85b76

Please sign in to comment.