GibboK
GibboK

Reputation: 73928

Visual Studio 2013 JSLint validation?

I would like to know if there is any build in JSLint validation tool in Visual Studio 2013 Ultimate edition, or optionally a recommand extentsion.

Upvotes: 4

Views: 5767

Answers (3)

Vincent
Vincent

Reputation: 968

The Web Essentials extension (MUST HAVE!) also has JSHint embedded: http://vswebessentials.com/features/javascript

Upvotes: 5

Qube
Qube

Reputation: 61

There is also a NuGet package for JSLint.NET that adds JavaScript validation targets to any Visual Studio project. That broadens the reach of JSLint.NET to just about any Visual Studio version, including older and Express editions.

Upvotes: 2

i100
i100

Reputation: 4666

Yes there is - jslintnet. It doesn't matter whether Visual studio is Pro, Ultimate or whatever... You could install it from vs gallery or download from codeplex

Upvotes: 7

Related Questions