I have seen other text editors use extensions to allow syntax checkers such as JSLint, is this possible with Notepad++?
After you've installed the plugin you should go to:
Plugins -> JSLint -> JSLint options
and change "Choose JavaScript lint tool:" to JSHint.
JSHint gives alot less meaningless "errors".