Remove js/ts linters

This commit is contained in:
Thomas Gideon 2019-05-16 18:55:35 -04:00
parent 384ec3801c
commit f8aed0521e

View file

@ -9,9 +9,3 @@ let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
" don't check on writing and quitting
let g:syntastic_check_on_wq = 0
" explicitly set the js checker to my preferred one
let g:syntastic_javascript_checkers = ['eslint']
" configur the ts checkers
let g:syntastic_typescript_checkers = ['tsuquyomi', 'tslint']
" force tsc to search harder for config
let g:syntastic_typescript_tsc_fname = ''