Update the instructions for installing the tslint tsserver plugin

This commit is contained in:
w0rp 2018-11-06 19:57:29 +00:00
parent 945dd2fa26
commit 51341fbe36
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83

View File

@ -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']}