From 79d1b99067878bbec129cfd29a7c9587c276dec6 Mon Sep 17 00:00:00 2001 From: Nils Kuhnhenn Date: Sun, 2 Jun 2019 09:35:31 +0200 Subject: Use JSON output for eslint and fix tsserver column --- ale_linters/typescript/eslint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/typescript/eslint.vim') diff --git a/ale_linters/typescript/eslint.vim b/ale_linters/typescript/eslint.vim index bf849337..33a21440 100644 --- a/ale_linters/typescript/eslint.vim +++ b/ale_linters/typescript/eslint.vim @@ -5,5 +5,5 @@ call ale#linter#Define('typescript', { \ 'name': 'eslint', \ 'executable': function('ale#handlers#eslint#GetExecutable'), \ 'command': function('ale#handlers#eslint#GetCommand'), -\ 'callback': 'ale#handlers#eslint#Handle', +\ 'callback': 'ale#handlers#eslint#HandleJSON', \}) -- cgit v1.2.3