Merge pull request #2908 from af/patch-1

Fix for incorrect eslint output parsing for graphql files
This commit is contained in:
w0rp
2020-01-02 14:53:06 +00:00
committed by GitHub

View File

@@ -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',
\})