diff options
Diffstat (limited to 'doc/ale-typescript.txt')
-rw-r--r-- | doc/ale-typescript.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index b33084cf..ca156320 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -6,7 +6,7 @@ ALE TypeScript Integration *ale-typescript-options* tslint *ale-typescript-tslint* g:ale_typescript_tslint_executable *g:ale_typescript_tslint_executable* - + *b:ale_typescript_tslint_executable* Type: |String| Default: `'tslint'` @@ -18,7 +18,7 @@ g:ale_typescript_tslint_executable *g:ale_typescript_tslint_executable* g:ale_typescript_tslint_config_path *g:ale_typescript_tslint_config_path* - + *b:ale_typescript_tslint_config_path* Type: |String| Default: `''` @@ -27,7 +27,7 @@ g:ale_typescript_tslint_config_path *g:ale_typescript_tslint_config_path* g:ale_typescript_tslint_use_global *g:ale_typescript_tslint_use_global* - + *b:ale_typescript_tslint_use_global* Type: |Number| Default: `0` @@ -36,5 +36,6 @@ g:ale_typescript_tslint_use_global *g:ale_typescript_tslint_use_global* global version of tslint, in preference to locally installed versions of tslint in node_modules. + ------------------------------------------------------------------------------- vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |