mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/ale_linters/typescript/xo.vim

7 lines
227 B
VimL

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