Use correct handler for 'xo' linter

This commit is contained in:
Nils Kuhnhenn
2019-06-04 13:14:08 +02:00
parent 79d1b99067
commit 7d4a83ecd4
2 changed files with 3 additions and 3 deletions

View File

@@ -19,5 +19,5 @@ call ale#linter#Define('typescript', {
\ 'name': 'xo',
\ 'executable': function('ale_linters#typescript#xo#GetExecutable'),
\ 'command': function('ale_linters#typescript#xo#GetCommand'),
\ 'callback': 'ale#handlers#eslint#Handle',
\ 'callback': 'ale#handlers#eslint#HandleJSON',
\})