mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-21 19:51:17 +08:00
Add tags for buffer-local variants of each linter option
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user