Using JSLint in Notepad++

javascript, jslint, lint, notepad++

Solution

You may try JSLint Plugin for Notepad++:

https://sourceforge.net/projects/jslintnpp/

Problem

I have seen other text editors use extensions to allow syntax checkers such as JSLint, is this possible with Notepad++?

Original source