mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-02 22:18:29 +08:00
Fix #1246 - Newer ESLint outputs to stderr
I think Vader test still applies for this one.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
call ale#linter#Define('javascript', {
|
call ale#linter#Define('javascript', {
|
||||||
\ 'name': 'eslint',
|
\ 'name': 'eslint',
|
||||||
|
\ 'output_stream': 'both',
|
||||||
\ 'executable_callback': 'ale#handlers#eslint#GetExecutable',
|
\ 'executable_callback': 'ale#handlers#eslint#GetExecutable',
|
||||||
\ 'command_callback': 'ale#handlers#eslint#GetCommand',
|
\ 'command_callback': 'ale#handlers#eslint#GetCommand',
|
||||||
\ 'callback': 'ale#handlers#eslint#Handle',
|
\ 'callback': 'ale#handlers#eslint#Handle',
|
||||||
|
|||||||
Reference in New Issue
Block a user