2018-03-31 10:55:20 -04:00
|
|
|
" Author: Daniel Lupu <lupu.daniel.f@gmail.com>
|
|
|
|
" Description: xo for JavaScript files
|
|
|
|
|
|
|
|
call ale#linter#Define('javascript', {
|
|
|
|
\ 'name': 'xo',
|
2021-05-05 04:25:00 -04:00
|
|
|
\ 'executable': function('ale#handlers#xo#GetExecutable'),
|
|
|
|
\ 'command': function('ale#handlers#xo#GetLintCommand'),
|
|
|
|
\ 'callback': 'ale#handlers#xo#HandleJSON',
|
2018-03-31 10:55:20 -04:00
|
|
|
\})
|