2017-11-27 09:22:05 -05:00
|
|
|
" Author: Benjie Gillam <code@benjiegillam.com>
|
|
|
|
" Description: eslint for GraphQL files
|
|
|
|
|
|
|
|
call ale#linter#Define('graphql', {
|
|
|
|
\ 'name': 'eslint',
|
2019-02-22 13:05:04 -05:00
|
|
|
\ 'executable': function('ale#handlers#eslint#GetExecutable'),
|
|
|
|
\ 'command': function('ale#handlers#eslint#GetCommand'),
|
2017-11-27 09:22:05 -05:00
|
|
|
\ 'callback': 'ale#handlers#eslint#Handle',
|
|
|
|
\})
|