1
0
Fork 0
mirror of synced 2024-05-31 06:21:10 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/graphql/eslint.vim
2020-01-07 13:45:07 +01:00

10 lines
325 B
VimL

" Author: Benjie Gillam <code@benjiegillam.com>
" Description: eslint for GraphQL files
call ale#linter#Define('graphql', {
\ 'name': 'eslint',
\ 'executable': function('ale#handlers#eslint#GetExecutable'),
\ 'command': function('ale#handlers#eslint#GetCommand'),
\ 'callback': 'ale#handlers#eslint#HandleJSON',
\})