summaryrefslogtreecommitdiff
path: root/doc/ale-typescript.txt
diff options
context:
space:
mode:
authorAdriaan Zonnenberg <amz@adriaan.xyz>2017-04-27 23:04:34 +0200
committerAdriaan Zonnenberg <amz@adriaan.xyz>2017-04-27 23:04:34 +0200
commitba6dbde906a297dbb95d350f9cddfbc00f1070a5 (patch)
treeee6c351255fa5c1ea9a23a94fe7013474ed687a3 /doc/ale-typescript.txt
parent65fc4aeb1e12d75b2174bdcd887aacf2c7c98952 (diff)
downloadale-ba6dbde906a297dbb95d350f9cddfbc00f1070a5.zip
Add tags for buffer-local variants of each linter option
Diffstat (limited to 'doc/ale-typescript.txt')
-rw-r--r--doc/ale-typescript.txt7
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: