From 240ce7f566ce84d5a9f06810722fbb700be7fa77 Mon Sep 17 00:00:00 2001 From: Chris Kyrouac Date: Thu, 15 Sep 2016 20:46:49 -0400 Subject: [PATCH] Add jshint to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f09e0a..f0ca5f6 100644 --- a/README.md +++ b/README.md @@ -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) |