Linter: tslint for typescript

This commit is contained in:
Prashanth Chandra
2016-10-04 02:04:57 +08:00
parent 60a03cb933
commit de64c9d76f
2 changed files with 52 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ name. That seems to be the fairest way to arrange this table.
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
| TypeScript | [tslint](https://github.com/palantir/tslint)^ |
| Vim | [vint](https://github.com/Kuniwak/vint)^ |
*^ Supported only on Unix machines via a wrapper script.*