diff options
author | w0rp <devw0rp@gmail.com> | 2018-11-06 19:57:29 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-11-06 19:57:36 +0000 |
commit | 51341fbe369362ceb34e46844c3a638485ae36d0 (patch) | |
tree | 72dc585ce97345f23b5ba7e9864079d182b57dc0 | |
parent | 945dd2fa26af2632d78855d7fe3ff113f9b41a91 (diff) | |
download | ale-51341fbe369362ceb34e46844c3a638485ae36d0.zip |
Update the instructions for installing the tslint tsserver plugin
-rw-r--r-- | doc/ale-typescript.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index 0cb0a7c2..7dc59820 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -21,9 +21,11 @@ tslint *ale-typescript-tslint* This linter isn't recommended, because TSLint can't be used for checking for problems while you type. You should probably use the tsserver plugin instead. +tsserver plugins are described here: +https://github.com/Microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin Follow the instructions on the plugin website for installing it: -https://github.com/angelozerr/tsserver-plugins +https://github.com/Microsoft/typescript-tslint-plugin Then disable TSLint in vimrc or any other Vim configuration file. > let g:ale_linters_ignore = {'typescript': ['tslint']} |