Fix tslint fixer not working issue (temporary file not found)

This commit is contained in:
Dalius Dobravolskas
2020-04-15 17:30:19 +03:00
parent bbe5153fcb
commit 891852de71
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ function! ale#fixers#tslint#Fix(buffer) abort
return {
\ 'command': ale#node#Executable(a:buffer, l:executable)
\ . l:tslint_config_option
\ . ' --fix %t',
\ . ' --outputAbsolutePaths --fix %t',
\ 'read_temporary_file': 1,
\}
endfunction