diff options
author | Jonathan Clem <jonathan@jclem.net> | 2017-07-21 15:55:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 15:55:55 -0400 |
commit | 3bb75a6fdee308f764bc661b7f2f9652c371c572 (patch) | |
tree | 87c1db32ead10a031c5966967f15be3b17978ec9 /doc | |
parent | 8ea9044667c184d7b2ee408480482a134d836ce3 (diff) | |
download | ale-3bb75a6fdee308f764bc661b7f2f9652c371c572.zip |
Document g:ale_typescript_tslint_rules_dir
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..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* |