mirror of
1
0
Fork 0

Fixed inclusion of jshint

This commit is contained in:
Peter Jackson Link III 2021-07-15 07:37:16 -04:00
parent a8f0b6f678
commit 2e2d92634c
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)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:ale_linters = {
\ 'javascript': ['jshint'],
\ 'javascript': ['eslint'],
\ 'python': ['flake8'],
\ 'go': ['go', 'golint', 'errcheck']
\}