summaryrefslogtreecommitdiff
path: root/ale_linters/javascript/xo.vim
blob: 5e04ad5c88333596cf0825cdd1040c4c8205aa5c (plain)
1
2
3
4
5
6
7
8
9
" Author: Daniel Lupu <lupu.daniel.f@gmail.com>
" Description: xo for JavaScript files

call ale#linter#Define('javascript', {
\   'name': 'xo',
\   'executable': function('ale#handlers#xo#GetExecutable'),
\   'command': function('ale#handlers#xo#GetLintCommand'),
\   'callback': 'ale#handlers#xo#HandleJSON',
\})