jkorell / jslintnet

JSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

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.

About

JSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.

License:Apache License 2.0


Languages

Language:C# 70.1%Language:JavaScript 29.8%Language:HTML 0.1%Language:CSS 0.1%