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