I broke up with neovim....vim is my best friend now
This commit is contained in:
11
dot_vim/plugged/ale/ale_linters/javascript/eslint.vim
Normal file
11
dot_vim/plugged/ale/ale_linters/javascript/eslint.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" Author: w0rp <devw0rp@gmail.com>
|
||||
" Description: eslint for JavaScript files
|
||||
|
||||
call ale#linter#Define('javascript', {
|
||||
\ 'name': 'eslint',
|
||||
\ 'output_stream': 'both',
|
||||
\ 'executable': function('ale#handlers#eslint#GetExecutable'),
|
||||
\ 'cwd': function('ale#handlers#eslint#GetCwd'),
|
||||
\ 'command': function('ale#handlers#eslint#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#eslint#HandleJSON',
|
||||
\})
|
||||
Reference in New Issue
Block a user