From 8cc28cdfbd34dd76bd1cd392747c266be7833494 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 15 Sep 2016 20:20:41 +0100 Subject: Add support for Bash and other shells. Add support for reading from stderr, and for generating the executable from functions. Both were needed to support shell linting. --- ale_linters/javascript/eslint.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ale_linters/javascript/eslint.vim') diff --git a/ale_linters/javascript/eslint.vim b/ale_linters/javascript/eslint.vim index 96dfef9b..43e32c9b 100644 --- a/ale_linters/javascript/eslint.vim +++ b/ale_linters/javascript/eslint.vim @@ -43,6 +43,7 @@ function! ale_linters#javascript#eslint#Handle(buffer, lines) endfunction call ALEAddLinter('javascript', { +\ 'name': 'eslint', \ 'executable': 'eslint', \ 'command': 'eslint -f unix --stdin', \ 'callback': 'ale_linters#javascript#eslint#Handle', -- cgit v1.2.3