jslintnet
jslintnet copied to clipboard
JSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.
Install
JSLint.NET for MSBuild
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
JSLint.NET for Visual Studio
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.
Other Releases
Stand alone binaries together with a command line runner are available on the releases page.
Configuration
JSLint.NET can be configured with common options for an entire project or solution. See the Settings page for more information.