summaryrefslogtreecommitdiff
path: root/ale_linters/typescript/xo.vim
blob: 13ae0cf7b086c378ce5197bf4f302c485a0c1816 (plain)
1
2
3
4
5
6
call ale#linter#Define('typescript', {
\   'name': 'xo',
\   'executable': {b -> ale#handlers#xo#GetExecutable(b, 'typescript')},
\   'command': {b -> ale#handlers#xo#GetLintCommand(b, 'typescript')},
\   'callback': 'ale#handlers#xo#HandleJSON',
\})