I don't use it on any kind of daily basis right now ; it's a bit "too strict" for my taste.
But I've used it for some time in the past, and, considering what it said as "advices", it has probably helped me improve my JS coding style.
Actually, reading some coding-recommandations in JS can be a good thing, even if not using JSLint on a daily basis.
Taking a look at the documentation of JSLint, for instance, can help, giving you ideas of "If some like Douglas Crockford thinks this stuff is bad, maybe it really is" -- just don't forget that you have the right to think by yourself too ;-)
Watching some videos on the YUI Theater is nice too, btw : there are some that are really useful (Including some of Douglas Crockford).
Now, my code is not 100% jslint-correct ; but I certainly have less "bad-coding stuff" than I had before.
And, sometimes, when there is a bug in some piece of code, using JSLint on it can help identify it ;-)