diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-30 21:27:34 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-30 21:27:34 +0100 |
commit | 3bde390c586a88457ae46a3de58a0ce48a7f2613 (patch) | |
tree | 8209f9ef1afa8f2493c1bad1d2e1f1cadd4bda34 /doc | |
parent | b8f5a4923c774e1e426d30d29834393c2636a653 (diff) | |
parent | 0cdb653c9c5384f2570739f852db0df7e404d285 (diff) | |
download | ale-3bde390c586a88457ae46a3de58a0ce48a7f2613.zip |
Merge branch 'tslint-rules'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-typescript.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index df479c5a..e20d058e 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -30,6 +30,14 @@ g:ale_typescript_tslint_config_path *g:ale_typescript_tslint_config_path* such path exists, this variable will be used instead. +g:ale_typescript_tslint_rules_dir *g:ale_typescript_tslint_rules_dir* + *b:ale_typescript_tslint_rules_dir* + Type: |String| + Default: `''` + + If this variable is set, ALE will use it as the rules directory for tslint. + + g:ale_typescript_tslint_use_global *g:ale_typescript_tslint_use_global* *b:ale_typescript_tslint_use_global* Type: |Number| |