Use the tslint_rules_option variable

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

View File

@ -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