Closed tejasshah93 closed 9 years ago
I have same issue. Tested with standard
and it work there but not with semistandard
Fixed with:
let g:syntastic_javascript_checkers=['standard']
let g:syntastic_javascript_standard_exec = 'semistandard'
Awesome @joshuakarjala :+1:
@joshuakarjala works perfectly :+1:
Closing this issue
Tried adding this line to
.vimrc
But it doesn't report errors on saving a .js file in Vim. Am I missing something here? P.S.
semistandard
is installed globally