@ -0,0 +1,7 @@
let g:syntastic_javascript_checkers = ['standard']
autocmd bufwritepost *.js silent !standard --fix %
set autoread
set tabstop=2
set shiftwidth=2