Remove js/ts linters
This commit is contained in:
parent
384ec3801c
commit
f8aed0521e
1 changed files with 0 additions and 6 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue