summaryrefslogtreecommitdiff
path: root/ale_linters/javascript/fecs.vim
blob: e47c0a0b1f697734ed36749eaa14fa7b6097896e (plain)
1
2
3
4
5
6
7
8
9
10
" Author: harttle <yangjvn@126.com>
" Description: fecs for JavaScript files

call ale#linter#Define('javascript', {
\   'name': 'fecs',
\   'executable': function('ale#handlers#fecs#GetExecutable'),
\   'command': function('ale#handlers#fecs#GetCommand'),
\   'read_buffer': 0,
\   'callback': 'ale#handlers#fecs#Handle',
\})