2018-03-31 10:55:20 -04:00
|
|
|
" Author: Benjie Gillam <code@benjiegillam.com>
|
|
|
|
" Description: eslint for GraphQL files
|
|
|
|
|
|
|
|
call ale#linter#Define('graphql', {
|
|
|
|
\ 'name': 'eslint',
|
2019-03-08 06:04:56 -05:00
|
|
|
\ 'executable': function('ale#handlers#eslint#GetExecutable'),
|
|
|
|
\ 'command': function('ale#handlers#eslint#GetCommand'),
|
2020-01-07 07:45:07 -05:00
|
|
|
\ 'callback': 'ale#handlers#eslint#HandleJSON',
|
2018-03-31 10:55:20 -04:00
|
|
|
\})
|