Merge pull request #2908 from af/patch-1
Fix for incorrect eslint output parsing for graphql files
This commit is contained in:
commit
4afbf2f25d
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ call ale#linter#Define('graphql', {
|
|||
\ 'name': 'eslint',
|
||||
\ 'executable': function('ale#handlers#eslint#GetExecutable'),
|
||||
\ 'command': function('ale#handlers#eslint#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#eslint#Handle',
|
||||
\ 'callback': 'ale#handlers#eslint#HandleJSON',
|
||||
\})
|
||||
|
|
Reference in a new issue