diff options
author | w0rp <devw0rp@gmail.com> | 2016-11-10 16:24:17 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-11-10 16:24:17 +0000 |
commit | 498a9435dec6c0f9f945bcada3e6409ab9e81a7b (patch) | |
tree | 0dafc03d26a535ef0e365ffa6d2448eb19e0121b /doc/ale.txt | |
parent | 7669550ae26b6af5a4a28e7a5bc40d811f3bfd08 (diff) | |
download | ale-498a9435dec6c0f9f945bcada3e6409ab9e81a7b.zip |
Document that typecheck is now supported
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index a0784e4e..52aa796c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -82,7 +82,7 @@ The following languages and tools are supported. * SASS: 'sasslint' * SCSS: 'sasslint', 'scsslint' * Scala: 'scalac' -* TypeScript: 'tslint' +* TypeScript: 'tslint', 'typecheck' * Verilog: 'iverilog', 'verilator' * Vim: 'vint' * YAML: 'yamllint' |