I broke up with neovim....vim is my best friend now
This commit is contained in:
10
dot_vim/plugged/ale/ale_linters/graphql/eslint.vim
Normal file
10
dot_vim/plugged/ale/ale_linters/graphql/eslint.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Author: Benjie Gillam <code@benjiegillam.com>
|
||||
" Description: eslint for GraphQL files
|
||||
|
||||
call ale#linter#Define('graphql', {
|
||||
\ 'name': 'eslint',
|
||||
\ 'executable': function('ale#handlers#eslint#GetExecutable'),
|
||||
\ 'cwd': function('ale#handlers#eslint#GetCwd'),
|
||||
\ 'command': function('ale#handlers#eslint#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#eslint#HandleJSON',
|
||||
\})
|
||||
Reference in New Issue
Block a user