summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorJonathan Clem <jonathan@jclem.net>2017-07-21 15:59:16 -0400
committerGitHub <noreply@github.com>2017-07-21 15:59:16 -0400
commit710c3ee3d29b2a865a040b0b776e8f79db449df0 (patch)
tree605b0387ed48cbd92d482b8b649e6709f9ca6336 /ale_linters
parent3bb75a6fdee308f764bc661b7f2f9652c371c572 (diff)
downloadale-710c3ee3d29b2a865a040b0b776e8f79db449df0.zip
Use the tslint_rules_option variable
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/typescript/tslint.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/typescript/tslint.vim b/ale_linters/typescript/tslint.vim
index ab3c1f40..fe56d332 100644
--- a/ale_linters/typescript/tslint.vim
+++ b/ale_linters/typescript/tslint.vim
@@ -55,6 +55,7 @@ function! ale_linters#typescript#tslint#BuildLintCommand(buffer) abort
return ale_linters#typescript#tslint#GetExecutable(a:buffer)
\ . ' --format json'
\ . l:tslint_config_option
+ \ . l:tslint_rules_option
\ . ' %t'
endfunction