summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-30 21:27:34 +0100
committerw0rp <devw0rp@gmail.com>2017-08-30 21:27:34 +0100
commit3bde390c586a88457ae46a3de58a0ce48a7f2613 (patch)
tree8209f9ef1afa8f2493c1bad1d2e1f1cadd4bda34 /doc
parentb8f5a4923c774e1e426d30d29834393c2636a653 (diff)
parent0cdb653c9c5384f2570739f852db0df7e404d285 (diff)
downloadale-3bde390c586a88457ae46a3de58a0ce48a7f2613.zip
Merge branch 'tslint-rules'
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-typescript.txt8
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|