summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-09-15 21:15:41 +0100
committerw0rp <devw0rp@gmail.com>2016-09-15 21:15:41 +0100
commit53f2e47dabd6e2d49efbbbbff5a2c92320039050 (patch)
tree98d05ed517bf305e7827dc8dbac774b8efe875ac /README.md
parent192b3db3ee079625d524e88c56bb80b09af1f267 (diff)
downloadale-53f2e47dabd6e2d49efbbbbff5a2c92320039050.zip
Update the README file to include jscs, and a comment about keeping the table sorted for new contributors to look at.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cf22318..ae3db787 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,17 @@ follow later.
## Supported Languages and Tools
+<!--
+Keep the table rows sorted alphabetically by the language name,
+and the tools in the tools column sorted alphabetically by the tool
+name. That seems to be the fairest way to arrange this table.
+-->
+
| 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) |