diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-13 17:59:09 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-13 17:59:09 +0100 |
commit | ba83c476cde8bceef33bf959fa6d9d3334f5d2fc (patch) | |
tree | f0cc8ef137b73b1af75126bc87e4430a959a3807 /doc/ale.txt | |
parent | ebbfb642211d9a8199e9b1da0c8f3077f953a2c9 (diff) | |
download | ale-ba83c476cde8bceef33bf959fa6d9d3334f5d2fc.zip |
Document the tsserver linter
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 4159986c..6edd3f74 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -91,6 +91,7 @@ CONTENTS *ale-contents* lacheck.............................|ale-tex-lacheck| typescript............................|ale-typescript-options| tslint..............................|ale-typescript-tslint| + tsserver............................|ale-typescript-tsserver| vim...................................|ale-vim-options| vint................................|ale-vim-vint| xml...................................|ale-xml-options| @@ -188,7 +189,7 @@ The following languages and tools are supported. * Swift: 'swiftlint' * Texinfo: 'proselint' * Text: 'proselint', 'vale' -* TypeScript: 'tslint', 'typecheck' +* TypeScript: 'tslint', 'tsserver', 'typecheck' * Verilog: 'iverilog', 'verilator' * Vim: 'vint' * Vim help: 'proselint' |