summaryrefslogtreecommitdiff
path: root/doc/ale-typescript.txt
diff options
context:
space:
mode:
authorJonathan Clem <jonathan@jclem.net>2017-07-21 15:55:55 -0400
committerGitHub <noreply@github.com>2017-07-21 15:55:55 -0400
commit3bb75a6fdee308f764bc661b7f2f9652c371c572 (patch)
tree87c1db32ead10a031c5966967f15be3b17978ec9 /doc/ale-typescript.txt
parent8ea9044667c184d7b2ee408480482a134d836ce3 (diff)
downloadale-3bb75a6fdee308f764bc661b7f2f9652c371c572.zip
Document g:ale_typescript_tslint_rules_dir
Diffstat (limited to 'doc/ale-typescript.txt')
-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..58789cd9 100644
--- a/doc/ale-typescript.txt
+++ b/doc/ale-typescript.txt
@@ -28,6 +28,14 @@ g:ale_typescript_tslint_config_path *g:ale_typescript_tslint_config_path*
ALE will first discover the tslint.json path in an ancestor directory. If no
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*