Merge pull request #1301 from dezza/patch-2

Fix #1246 - Newer ESLint outputs to stderr
This commit is contained in:
w0rp 2018-01-20 14:41:09 +00:00 committed by GitHub
commit acf9c92ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
call ale#linter#Define('javascript', {
\ 'name': 'eslint',
\ 'output_stream': 'both',
\ 'executable_callback': 'ale#handlers#eslint#GetExecutable',
\ 'command_callback': 'ale#handlers#eslint#GetCommand',
\ 'callback': 'ale#handlers#eslint#Handle',