JSLintMate has two modes: JSLint/JSHint on save (command-S), and full mode (control-L for JSLint, control-shift-L for JSHint). You can use options files in both modes, which means you can share settings no matter how you want to use it.
I have a pep8 TextMate bundle that does the same type thing. It's cool to see all of your mistakes on save. pep8 seems a lot stricter than jsLint, both will drive you crazy
Then, to install a package, you hit:
1) ctrl+shift+p
2) type "install" and select the package installation option
3) search for "SublimeLinter" and hit enter to intstall it
You're done! I've even discovered many new packages right through Package Control, such as Clipboard History.