1
0
Fork 0
mirror of synced 2024-06-29 03:51:09 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/typescript/xo.vim
2021-06-30 12:00:07 -05:00

7 lines
227 B
VimL
Executable file

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