This NuGet package wires up targets to any Visual Studio project for development and CI time JavaScript validation. Run the following command from the package manager console to install:
PM> Install-Package JSLintNet.MSBuild
Provides a richer IDE experience for Visual Studio 2012, 2013 and 2015, with underlined warnings and the ability to validate automatically on save and build. Can function side by side with the MSBuild package.
Download it from the Extensions and Tools dialog within Visual Studio or from the Visual Studio Gallery.
Stand alone binaries together with a command line runner are available on the releases page.
JSLint.NET can be configured with common options for an entire project or solution. See the Settings page for more information.