From 51341fbe369362ceb34e46844c3a638485ae36d0 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 6 Nov 2018 19:57:29 +0000 Subject: [PATCH] Update the instructions for installing the tslint tsserver plugin --- doc/ale-typescript.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']}