I just configured my Vim to used Syntastic - which works great ! I use it for javascript validation.
I have two linters installed: jslint and jshint, and I intend to keep the two. But Syntastic does not seem to want to report errors from the two at the same time: I get first errors from jshint, and then only jslint when I fixed the previous ones.
Any way I could have the two at the same time?