mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Update the instructions for installing the tslint tsserver plugin
This commit is contained in:
@@ -21,9 +21,11 @@ tslint *ale-typescript-tslint*
|
|||||||
|
|
||||||
This linter isn't recommended, because TSLint can't be used for checking for
|
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.
|
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:
|
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. >
|
Then disable TSLint in vimrc or any other Vim configuration file. >
|
||||||
let g:ale_linters_ignore = {'typescript': ['tslint']}
|
let g:ale_linters_ignore = {'typescript': ['tslint']}
|
||||||
|
|||||||
Reference in New Issue
Block a user