mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/ale_linters/graphql/eslint.vim

10 lines
319 B
VimL
Raw Normal View History

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