summaryrefslogtreecommitdiff
path: root/ale_linters/typescript
diff options
context:
space:
mode:
authorNils Kuhnhenn <lain@volafile.org>2019-06-04 13:14:08 +0200
committerNils Kuhnhenn <lain@volafile.org>2019-06-04 13:14:08 +0200
commit7d4a83ecd4261deabdc18872faabc10027d50fbd (patch)
treee32c3fb1c15e90809901d1ed7fe0e8205f8a28c7 /ale_linters/typescript
parent79d1b99067878bbec129cfd29a7c9587c276dec6 (diff)
downloadale-7d4a83ecd4261deabdc18872faabc10027d50fbd.zip
Use correct handler for 'xo' linter
Diffstat (limited to 'ale_linters/typescript')
-rw-r--r--ale_linters/typescript/xo.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/typescript/xo.vim b/ale_linters/typescript/xo.vim
index 7350ae6e..0a3a717b 100644
--- a/ale_linters/typescript/xo.vim
+++ b/ale_linters/typescript/xo.vim
@@ -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',
\})