mirror of https://github.com/dense-analysis/ale
Merge pull request #1301 from dezza/patch-2
Fix #1246 - Newer ESLint outputs to stderr
This commit is contained in:
commit
acf9c92ab4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue