Fixed inclusion of jshint (#646)
This commit is contained in:
parent
98df6a1509
commit
d93dda4770
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ nnoremap <silent> <leader>z :Goyo<cr>
|
||||||
" => Ale (syntax checker and linter)
|
" => Ale (syntax checker and linter)
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ 'javascript': ['jshint'],
|
\ 'javascript': ['eslint'],
|
||||||
\ 'python': ['flake8'],
|
\ 'python': ['flake8'],
|
||||||
\ 'go': ['go', 'golint', 'errcheck']
|
\ 'go': ['go', 'golint', 'errcheck']
|
||||||
\}
|
\}
|
||||||
|
|
Loading…
Reference in a new issue