summaryrefslogtreecommitdiff
path: root/ale_linters/graphql/eslint.vim
blob: 654b8c177310f17c5a6a51ef358e09f48cb69950 (plain)
1
2
3
4
5
6
7
8
9
" 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#Handle',
\})