summaryrefslogtreecommitdiff
path: root/ale_linters/typescript/eslint.vim
blob: bf849337b2497fc245c6230b6479b415c06961ee (plain)
1
2
3
4
5
6
7
8
9
" Author: w0rp <devw0rp@gmail.com>
" Description: eslint for JavaScript files

call ale#linter#Define('typescript', {
\   'name': 'eslint',
\   'executable': function('ale#handlers#eslint#GetExecutable'),
\   'command': function('ale#handlers#eslint#GetCommand'),
\   'callback': 'ale#handlers#eslint#Handle',
\})