mirror of
1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

@ -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']
\} \}