typescript udpates
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
snippet ref
|
||||
/// <reference path="${1}"/>
|
||||
snippet des
|
||||
describe('${1}', ()=> {
|
||||
describe('${1}', () => {
|
||||
});
|
||||
snippet it
|
||||
it('${1}', ()=> {
|
||||
it('${1}', () => {
|
||||
});
|
||||
|
||||
@@ -45,3 +45,4 @@ polyfill
|
||||
frontend
|
||||
Backend
|
||||
CSS
|
||||
SVG
|
||||
|
||||
Binary file not shown.
@@ -399,7 +399,9 @@ nmap <leader>mq :MarkedQuit<cr>
|
||||
nmap <leader>s :SyntasticToggleMode<cr>
|
||||
|
||||
" allow es5 mode when looking at TypeScript
|
||||
let g:syntastic_typescript_tsc_args = '--module amd --target ES5'
|
||||
let g:syntastic_typescript_tsc_args = '--module amd --target ES5 --noImplicitAny'
|
||||
let g:syntastic_typescript_checkers = ['tslint']
|
||||
let g:syntastic_javascript_checkers = ['jshint', 'jscs']
|
||||
|
||||
" CtrlP ignore patterns
|
||||
let g:ctrlp_custom_ignore = {
|
||||
|
||||
@@ -57,7 +57,7 @@ source `brew --prefix`/etc/profile.d/z.sh
|
||||
|
||||
# Base16 Shell
|
||||
if [ -z "$THEME" ]; then
|
||||
export THEME="base16-atelierlakeside"
|
||||
export THEME="base16-pop"
|
||||
fi
|
||||
if [ -z "$BACKGROUND" ]; then
|
||||
export BACKGROUND="dark"
|
||||
|
||||
Reference in New Issue
Block a user