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