<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Verifying JavaScript with JSLint and Visual Studio</title>
	<atom:link href="http://jason.diamond.name/weblog/2008/08/09/verifying-javascript-with-jslint-and-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://jason.diamond.name/weblog/2008/08/09/verifying-javascript-with-jslint-and-visual-studio/</link>
	<description>(a Weblog by Jason Diamond)</description>
	<lastBuildDate>Fri, 28 May 2010 18:56:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andrew Johns</title>
		<link>http://jason.diamond.name/weblog/2008/08/09/verifying-javascript-with-jslint-and-visual-studio/comment-page-1/#comment-332</link>
		<dc:creator>Andrew Johns</dc:creator>
		<pubDate>Thu, 15 Apr 2010 12:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://jason.diamond.name/weblog/?p=55#comment-332</guid>
		<description>Have you seen the JSLint.VS addin for VS2008?

it provides a dialog window for settings, and can integrate with the build process, but unfortunately it&#039;s not very stable and not being supported by the developer any more.

It&#039;s a shame because it can run the tool against multiple files by combining them all into one temp file before  pushing it to jslint, which can identify errors that might creep in when attempting to combine and minify your js, so well worth it.</description>
		<content:encoded><![CDATA[<p>Have you seen the JSLint.VS addin for VS2008?</p>
<p>it provides a dialog window for settings, and can integrate with the build process, but unfortunately it&#8217;s not very stable and not being supported by the developer any more.</p>
<p>It&#8217;s a shame because it can run the tool against multiple files by combining them all into one temp file before  pushing it to jslint, which can identify errors that might creep in when attempting to combine and minify your js, so well worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjith Venkatesh</title>
		<link>http://jason.diamond.name/weblog/2008/08/09/verifying-javascript-with-jslint-and-visual-studio/comment-page-1/#comment-288</link>
		<dc:creator>Ranjith Venkatesh</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://jason.diamond.name/weblog/?p=55#comment-288</guid>
		<description>I was able to run it with one file. Once I open another file, it does pick up the new file but gives the results for the first file. Anything I am missing here?</description>
		<content:encoded><![CDATA[<p>I was able to run it with one file. Once I open another file, it does pick up the new file but gives the results for the first file. Anything I am missing here?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
