diff options
author | w0rp <devw0rp@gmail.com> | 2018-08-08 11:17:32 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-08-08 11:17:32 +0100 |
commit | 7179f92e44146a42d06924e139817675653c97e6 (patch) | |
tree | b599d162b0d98e443b94855570da9b70c816f332 /doc/ale-typescript.txt | |
parent | 1a4456cf2ab6be682e87c4d8c9811c73e69c1b65 (diff) | |
download | ale-7179f92e44146a42d06924e139817675653c97e6.zip |
#925 Tell people not to use the tslint linter
Diffstat (limited to 'doc/ale-typescript.txt')
-rw-r--r-- | doc/ale-typescript.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index 1bccf5a3..0cb0a7c2 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -19,6 +19,16 @@ See |ale-javascript-prettier| for information about the available options. =============================================================================== 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. + +Follow the instructions on the plugin website for installing it: +https://github.com/angelozerr/tsserver-plugins + +Then disable TSLint in vimrc or any other Vim configuration file. > + let g:ale_linters_ignore = {'typescript': ['tslint']} +< + g:ale_typescript_tslint_executable *g:ale_typescript_tslint_executable* *b:ale_typescript_tslint_executable* Type: |String| |