From f8aed0521ef9dc27bce332b035a146271262737e Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 16 May 2019 18:55:35 -0400 Subject: [PATCH] Remove js/ts linters --- syntastic.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/syntastic.vim b/syntastic.vim index 5324a38..0650cbe 100644 --- a/syntastic.vim +++ b/syntastic.vim @@ -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 = ''