Add jshint to readme

This commit is contained in:
Chris Kyrouac 2016-09-15 20:46:49 -04:00
parent c856d00c7c
commit 240ce7f566
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ name. That seems to be the fairest way to arrange this table.
| -------- | ----- |
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/) |
| 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) |