mirror of
https://github.com/dense-analysis/ale
synced 2025-02-16 12:16:56 +00:00
Update the instructions for installing the tslint tsserver plugin
This commit is contained in:
parent
945dd2fa26
commit
51341fbe36
@ -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']}
|
||||
|
Loading…
Reference in New Issue
Block a user