diff options
author | Nils Kuhnhenn <lain@volafile.org> | 2019-06-04 13:14:08 +0200 |
---|---|---|
committer | Nils Kuhnhenn <lain@volafile.org> | 2019-06-04 13:14:08 +0200 |
commit | 7d4a83ecd4261deabdc18872faabc10027d50fbd (patch) | |
tree | e32c3fb1c15e90809901d1ed7fe0e8205f8a28c7 /ale_linters/typescript/xo.vim | |
parent | 79d1b99067878bbec129cfd29a7c9587c276dec6 (diff) | |
download | ale-7d4a83ecd4261deabdc18872faabc10027d50fbd.zip |
Use correct handler for 'xo' linter
Diffstat (limited to 'ale_linters/typescript/xo.vim')
-rw-r--r-- | ale_linters/typescript/xo.vim | 2 |
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', \}) |