diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-30 21:21:03 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-30 21:21:03 +0100 |
commit | 40dca6389151c6f71db5db21360b63d5a0d72a8c (patch) | |
tree | 8d58abe121fbc5566ab38a600d89eedc21ccb12d /doc | |
parent | b8f5a4923c774e1e426d30d29834393c2636a653 (diff) | |
parent | 6d732b9fb483241c1fcf70e211255a12c0f19100 (diff) | |
download | ale-40dca6389151c6f71db5db21360b63d5a0d72a8c.zip |
Merge remote-tracking branch 'jclem/master' into 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| |