1
0
Fork 0
mirror of synced 2024-11-17 06:25:35 -05:00

Fixed inclusion of jshint (#646)

This commit is contained in:
pjackson3 2021-08-04 09:57:36 -04:00 committed by GitHub
parent 98df6a1509
commit d93dda4770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ nnoremap <silent> <leader>z :Goyo<cr>
" => Ale (syntax checker and linter)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:ale_linters = {
\ 'javascript': ['jshint'],
\ 'javascript': ['eslint'],
\ 'python': ['flake8'],
\ 'go': ['go', 'golint', 'errcheck']
\}