Document g:ale_typescript_tslint_rules_dir

This commit is contained in:
Jonathan Clem 2017-07-21 15:55:55 -04:00 committed by GitHub
parent 8ea9044667
commit 3bb75a6fde
1 changed files with 8 additions and 0 deletions

View File

@ -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 ALE will first discover the tslint.json path in an ancestor directory. If no
such path exists, this variable will be used instead. 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* g:ale_typescript_tslint_use_global *g:ale_typescript_tslint_use_global*