diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-20 10:50:38 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-20 10:50:38 +0100 |
commit | a105aa90a595ac5b8e2fe3f581a05bb705f5de21 (patch) | |
tree | 003b90a4bee11dc030cbbea7f2ad6a900107870c /doc/ale.txt | |
parent | b96f5845ed7594cdc38355f6fae49a55a3725b2c (diff) | |
download | ale-a105aa90a595ac5b8e2fe3f581a05bb705f5de21.zip |
Fix #668 - Support eslint for TypeScript
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 6a17cc60..9d07a51d 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -95,6 +95,7 @@ CONTENTS *ale-contents* chktex..............................|ale-tex-chktex| lacheck.............................|ale-tex-lacheck| typescript............................|ale-typescript-options| + eslint..............................|ale-typescript-eslint| tslint..............................|ale-typescript-tslint| tsserver............................|ale-typescript-tsserver| vim...................................|ale-vim-options| @@ -195,7 +196,7 @@ The following languages and tools are supported. * Swift: 'swiftlint' * Texinfo: 'proselint' * Text: 'proselint', 'vale' -* TypeScript: 'tslint', 'tsserver', 'typecheck' +* TypeScript: 'eslint', 'tslint', 'tsserver', 'typecheck' * Verilog: 'iverilog', 'verilator' * Vim: 'vint' * Vim help: 'proselint' |