From 53f2e47dabd6e2d49efbbbbff5a2c92320039050 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 15 Sep 2016 21:15:41 +0100 Subject: [PATCH] Update the README file to include jscs, and a comment about keeping the table sorted for new contributors to look at. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cf2231..ae3db78 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,17 @@ follow later. ## Supported Languages and Tools + + | Language | Tools | | -------- | ----- | | Bash | -n flag | | Bourne Shell | -n flag | -| JavaScript | [eslint](http://eslint.org/) | +| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/) | | Python | [flake8](http://flake8.pycqa.org/en/latest/) | | Ruby | [rubocop](https://github.com/bbatsov/rubocop) |