summaryrefslogtreecommitdiff
path: root/ale_linters/graphql/eslint.vim
blob: dfcbf9d9f0f1dab90240b9c46bc276c7b48fcff4 (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_callback': 'ale#handlers#eslint#GetExecutable',
\   'command_callback': 'ale#handlers#eslint#GetCommand',
\   'callback': 'ale#handlers#eslint#Handle',
\})