Update tslint settings

This commit is contained in:
Andrew Miner
2017-09-01 16:28:04 -07:00
parent 57d36d7bc7
commit 4f5441c787
+2
View File
@@ -109,6 +109,8 @@ let g:syntastic_warning_symbol = "W>"
let g:syntastic_typescript_checkers = ['tsc', 'tslint']
let g:syntastic_typescript_tslint_args = '-p .'
" Key Mappings #########################################################################################################
map <F1> :NERDTreeToggle<CR>