Project DescriptionJSLint.VS is Add-In for Visual Studio that provides errors in JavaScript during compiling enabling you to spend less time in browser catching bugs and typos.
JSLint.VS provides validation on file, code section, or by integrating JavaScript verification with a build.
Here is the
JSLint.VS in action on a file:

And, here it is validating a code statement:

Finally, here is
JSLint.VS in action when the programmer decides to Build Solution:

Full article with detailed description of
JSLint.VS can be found on
here on Code Project.
(Special thanks to Alexander Turlov & Frederick Staats for initiative to open up CodePlex page)