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