1
0
Fork 0
mirror of synced 2024-07-01 04:51:10 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/typescript/eslint.vim
2019-07-08 11:44:45 -05:00

10 lines
318 B
VimL

" 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#HandleJSON',
\})