<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>jslint4vs2010 Issue Tracker Rss Feed</title><link>http://jslint4vs2010.codeplex.com/workitem/list/basic</link><description>jslint4vs2010 Issue Tracker Rss Description</description><item><title>Created Issue: Skip on build option missing in VS 2010 context menu [1557]</title><link>http://jslint4vs2010.codeplex.com/workitem/1557</link><description>&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;i.imgur.com&amp;#47;iVHR05L.png&amp;#41;&lt;br /&gt;</description><author>dmitrykiev</author><pubDate>Tue, 14 May 2013 16:24:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Skip on build option missing in VS 2010 context menu [1557] 20130514042424P</guid></item><item><title>Commented Issue: JSLint Stops on For Loop [1549]</title><link>http://jslint4vs2010.codeplex.com/workitem/1549</link><description>Every time JSLint comes across a For loop in my code, it stops prematurely.&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;for &amp;#40;var i &amp;#61; 0&amp;#59; i &amp;#60; attributes.length&amp;#59; i&amp;#43;&amp;#43;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;&amp;#62; Warning&amp;#9;2&amp;#9;JS Lint&amp;#58; Stopping. &amp;#40;24&amp;#37; scanned&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: Qube ** &lt;p&gt;JSLint for Visual Studio runs jslint.js without any alterations. If it's not behaving as you expect, I recommend raising it with the author of JSLint:&lt;br&gt;https://plus.google.com/communities/104441363299760713736&lt;/p&gt;&lt;p&gt;I believe this is a known issue though, and there is probably already a discussion for it on the old Yahoo group:&lt;br&gt;http://tech.groups.yahoo.com/group/jslint_com/&lt;/p&gt;</description><author>Qube</author><pubDate>Wed, 08 May 2013 00:44:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: JSLint Stops on For Loop [1549] 20130508124456A</guid></item><item><title>Commented Issue: JSLint Stops on For Loop [1549]</title><link>http://jslint4vs2010.codeplex.com/workitem/1549</link><description>Every time JSLint comes across a For loop in my code, it stops prematurely.&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;for &amp;#40;var i &amp;#61; 0&amp;#59; i &amp;#60; attributes.length&amp;#59; i&amp;#43;&amp;#43;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;&amp;#62; Warning&amp;#9;2&amp;#9;JS Lint&amp;#58; Stopping. &amp;#40;24&amp;#37; scanned&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: Nitron_F117 ** &lt;p&gt;That does work, but the var declaration inside the for loop is valid and should not break the tool.&lt;/p&gt;</description><author>Nitron_F117</author><pubDate>Tue, 30 Apr 2013 12:52:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: JSLint Stops on For Loop [1549] 20130430125220P</guid></item><item><title>Commented Issue: JSLint Stops on For Loop [1549]</title><link>http://jslint4vs2010.codeplex.com/workitem/1549</link><description>Every time JSLint comes across a For loop in my code, it stops prematurely.&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;for &amp;#40;var i &amp;#61; 0&amp;#59; i &amp;#60; attributes.length&amp;#59; i&amp;#43;&amp;#43;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;&amp;#62; Warning&amp;#9;2&amp;#9;JS Lint&amp;#58; Stopping. &amp;#40;24&amp;#37; scanned&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: dgersten ** &lt;p&gt;try moving your var declaration outside.&lt;/p&gt;</description><author>dgersten</author><pubDate>Tue, 30 Apr 2013 12:17:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: JSLint Stops on For Loop [1549] 20130430121746P</guid></item><item><title>Created Issue: JSLint Stops on For Loop [1549]</title><link>http://jslint4vs2010.codeplex.com/workitem/1549</link><description>Every time JSLint comes across a For loop in my code, it stops prematurely.&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;for &amp;#40;var i &amp;#61; 0&amp;#59; i &amp;#60; attributes.length&amp;#59; i&amp;#43;&amp;#43;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;&amp;#62; Warning&amp;#9;2&amp;#9;JS Lint&amp;#58; Stopping. &amp;#40;24&amp;#37; scanned&amp;#41;.&lt;br /&gt;</description><author>ldevlin</author><pubDate>Mon, 29 Apr 2013 19:41:43 GMT</pubDate><guid isPermaLink="false">Created Issue: JSLint Stops on For Loop [1549] 20130429074143P</guid></item><item><title>Commented Issue: Excluding JS file that are included in the project via Content Include? [1477]</title><link>http://jslint4vs2010.codeplex.com/workitem/1477</link><description>We have multiple products that all use some common folders.  We&amp;#39;re using Visual Studio&amp;#39;s ability to include content in a project from outside the project &amp;#40;Content Include&amp;#41; for third party JS libraries and code we write for all projects to use.  The code from the third party libraries often don&amp;#39;t conform to jsLint or jsHint requirements, so when we run jsHint on our project at build, it reports tons of errors.&lt;br /&gt;&lt;br /&gt;We&amp;#39;ve tried to exclude these folders from jsLint for VS2012 using the provided mechanisms &amp;#40;right click, exclude on build&amp;#41;, but whenever the build runs, the files are still checked and errors are reported.  &lt;br /&gt;&lt;br /&gt;Can anyone tell me the correct way to have these files excluded from these project&amp;#39;s build process&amp;#63;&lt;br /&gt;&lt;br /&gt;For example, if I have the following Content Include key in .proj file, what is the correct jsLintSkip entry to have in the .proj file to avoid running jsLint on this file&amp;#63;&lt;br /&gt;&lt;br /&gt;Given&amp;#58;&lt;br /&gt;__&amp;#60;Content Include&amp;#61;&amp;#34;vendor&amp;#92;jQuery&amp;#92;jquery.min.js&amp;#34; &amp;#47;&amp;#62;__&lt;br /&gt;&lt;br /&gt;What is the correct value for &amp;#60;jsLintSkip&amp;#62; to exclude this included vendor folder so that this file &amp;#40;jQuery&amp;#41; and other&amp;#39;s like are _NOT_ run through jsLint at build&amp;#63;&lt;br /&gt;&lt;br /&gt;__&amp;#60;JSLintSkip&amp;#62;vendor&amp;#92;&amp;#60;&amp;#47;JSLintSkip&amp;#62; &amp;#40;&amp;#63;&amp;#41;__&lt;br /&gt;Comments: ** Comment from web user: jtheriault ** &lt;p&gt;It looks as if IsNodeSkipped wrongly assumes a relative name for project items.&lt;/p&gt;</description><author>jtheriault</author><pubDate>Wed, 20 Mar 2013 21:09:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Excluding JS file that are included in the project via Content Include? [1477] 20130320090923P</guid></item><item><title>Created Issue: Excluding JS file that are included in the project via Content Include? [1477]</title><link>http://jslint4vs2010.codeplex.com/workitem/1477</link><description>We have multiple products that all use some common folders.  We&amp;#39;re using Visual Studio&amp;#39;s ability to include content in a project from outside the project &amp;#40;Content Include&amp;#41; for third party JS libraries and code we write for all projects to use.  The code from the third party libraries often don&amp;#39;t conform to jsLint or jsHint requirements, so when we run jsHint on our project at build, it reports tons of errors.&lt;br /&gt;&lt;br /&gt;We&amp;#39;ve tried to exclude these folders from jsLint for VS2012 using the provided mechanisms &amp;#40;right click, exclude on build&amp;#41;, but whenever the build runs, the files are still checked and errors are reported.  &lt;br /&gt;&lt;br /&gt;Can anyone tell me the correct way to have these files excluded from these project&amp;#39;s build process&amp;#63;&lt;br /&gt;&lt;br /&gt;For example, if I have the following Content Include key in .proj file, what is the correct jsLintSkip entry to have in the .proj file to avoid running jsLint on this file&amp;#63;&lt;br /&gt;&lt;br /&gt;Given&amp;#58;&lt;br /&gt;__&amp;#60;Content Include&amp;#61;&amp;#34;vendor&amp;#92;jQuery&amp;#92;jquery.min.js&amp;#34; &amp;#47;&amp;#62;__&lt;br /&gt;&lt;br /&gt;What is the correct value for &amp;#60;jsLintSkip&amp;#62; to exclude this included vendor folder so that this file &amp;#40;jQuery&amp;#41; and other&amp;#39;s like are run through jsLint at build&amp;#63;&lt;br /&gt;&lt;br /&gt;&amp;#60;JSLintSkip&amp;#62;vendor&amp;#92;&amp;#60;&amp;#47;JSLintSkip&amp;#62; &amp;#40;&amp;#63;&amp;#41;&lt;br /&gt;</description><author>kpepin</author><pubDate>Tue, 19 Mar 2013 14:41:20 GMT</pubDate><guid isPermaLink="false">Created Issue: Excluding JS file that are included in the project via Content Include? [1477] 20130319024120P</guid></item><item><title>Created Issue: Support Configuration via .jshintrc [1461]</title><link>http://jslint4vs2010.codeplex.com/workitem/1461</link><description>JSHint configuration can be stored in a &amp;#96;.jshintrc&amp;#96; JSON file.&lt;br /&gt;&lt;br /&gt;It should be possible to for the extension to&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#42; look for a &amp;#96;.jshintrc&amp;#96; file in the current project or solution and use that&lt;br /&gt;&amp;#42; export settings as a &amp;#96;.jshintrc&amp;#96; file&lt;br /&gt;&amp;#42; import settings from a &amp;#96;.jshintrc&amp;#96; file&lt;br /&gt;&lt;br /&gt;I also think the extension should save settings to a &amp;#96;.jshintrc&amp;#96; file so that other tools that support JSHint &amp;#40;e.g. Grunt&amp;#41; can use the same settings.&lt;br /&gt;&lt;br /&gt;More details about JSHint configuration are &amp;#91;here&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.jshint.com&amp;#47;docs&amp;#47;&amp;#41;.&lt;br /&gt;</description><author>wrumsby</author><pubDate>Sun, 10 Mar 2013 21:32:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Support Configuration via .jshintrc [1461] 20130310093253P</guid></item><item><title>Created Issue: Support for the JSHint swindent key? [1446]</title><link>http://jslint4vs2010.codeplex.com/workitem/1446</link><description>In the following URL, the JSHint team added support for the switch indent option, and I was hoping we could get similar support for this feature in the jsLint for Visual Studio extension&amp;#63; Havign case statements indented from their parent switch is a whole lot easier to read.&lt;br /&gt;&lt;br /&gt;https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;jshint&amp;#47;jshint&amp;#47;pull&amp;#47;600 &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Keith &lt;br /&gt;&lt;br /&gt;An example of a switch case that currently gets indent errors&amp;#58;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;switch &amp;#40;me.options.type&amp;#40;&amp;#41;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;case me.Types.radio&amp;#58;&lt;br /&gt;&amp;#9;    result &amp;#61; me.Types.radio&amp;#59;&lt;br /&gt;&amp;#9;    break&amp;#59;&lt;br /&gt;&amp;#9;case me.Types.checkbox&amp;#58;&lt;br /&gt;&amp;#9;    result &amp;#61; me.Types.checkbox&amp;#59;&lt;br /&gt;&amp;#9;    break&amp;#59;&lt;br /&gt;&amp;#9;case me.Types.button&amp;#58;&lt;br /&gt;&amp;#9;    result &amp;#61; me.Types.button&amp;#59;&lt;br /&gt;&amp;#9;    break&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;</description><author>kpepin</author><pubDate>Tue, 05 Mar 2013 19:35:55 GMT</pubDate><guid isPermaLink="false">Created Issue: Support for the JSHint swindent key? [1446] 20130305073555P</guid></item><item><title>Commented Feature: Create a command line interface to jslint [616]</title><link>http://jslint4vs2010.codeplex.com/workitem/616</link><description>from barsuk&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Hello,&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;d like to use the same tool on the developer computer and in my central TFS builds. How can I use it&amp;#63; The preferred way were not to start Visual Studio during the builds on the TFS Build Server.&lt;br /&gt;&amp;#160;&lt;br /&gt;Kind regards,&lt;br /&gt;&amp;#160;&lt;br /&gt;Alexander&lt;br /&gt;&amp;#160;&lt;br /&gt;from lukepage&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;d like to add this feature.&lt;br /&gt;&amp;#160;&lt;br /&gt; &lt;br /&gt;&amp;#160;&lt;br /&gt;My plan is to&lt;br /&gt;&amp;#160;&lt;br /&gt;1. Create an executable version of the extension&lt;br /&gt;&amp;#160;&lt;br /&gt;2. Be able to define &amp;#34;configurations&amp;#34; that the extension and binary can use&lt;br /&gt;Comments: ** Comment from web user: Qube ** &lt;p&gt;I've just checked in an MSBuild task project. I'm hoping it'll improve the CI + JSLint story for Microsoft environments (TFS specifically). Maybe it will solve the problem for you if you haven't already rolled your own.&lt;/p&gt;</description><author>Qube</author><pubDate>Thu, 28 Feb 2013 23:41:26 GMT</pubDate><guid isPermaLink="false">Commented Feature: Create a command line interface to jslint [616] 20130228114126P</guid></item><item><title>Commented Issue: 2012: Not saving excluded files to solution [1288]</title><link>http://jslint4vs2010.codeplex.com/workitem/1288</link><description>&lt;br /&gt;Comments: ** Comment from web user: ajbeaven ** &lt;p&gt;Hrm, has something broken this? Doesn't look to be saving excluded files again.&lt;/p&gt;</description><author>ajbeaven</author><pubDate>Thu, 21 Feb 2013 21:06:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: 2012: Not saving excluded files to solution [1288] 20130221090628P</guid></item><item><title>Commented Issue: Remember skip on build [1430]</title><link>http://jslint4vs2010.codeplex.com/workitem/1430</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;It looks like if you set jslint to skip a .js file on build and then restart visual studio, that setting is not remembered. When you have a number of files that you want to skip and they&amp;#39;re in different folders, it can be pretty time consuming.&lt;br /&gt;&lt;br /&gt;It would be awesome to make it so these settings were remembered. Either than or if you could set a regex in the options or something that meant you could specify exactly what folder&amp;#47;files that should be skipped&amp;#47;included&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ajbeaven ** &lt;p&gt;Ah crap - no it's the same one, just named differently. Still an issue then.&lt;/p&gt;</description><author>ajbeaven</author><pubDate>Thu, 21 Feb 2013 21:03:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Remember skip on build [1430] 20130221090358P</guid></item><item><title>Commented Issue: Remember skip on build [1430]</title><link>http://jslint4vs2010.codeplex.com/workitem/1430</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;It looks like if you set jslint to skip a .js file on build and then restart visual studio, that setting is not remembered. When you have a number of files that you want to skip and they&amp;#39;re in different folders, it can be pretty time consuming.&lt;br /&gt;&lt;br /&gt;It would be awesome to make it so these settings were remembered. Either than or if you could set a regex in the options or something that meant you could specify exactly what folder&amp;#47;files that should be skipped&amp;#47;included&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ajbeaven ** &lt;p&gt;Woops, looks like I was using a [different jslint extension](http://visualstudiogallery.msdn.microsoft.com/961e6734-cd3a-4afb-a121-4541742b912e?SRC=VSIDE). In that case, this issue should be changed to &amp;quot;should appear when I search for 'jslint' in visual studio extension gallery&amp;quot; :P &lt;/p&gt;</description><author>ajbeaven</author><pubDate>Thu, 21 Feb 2013 21:02:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Remember skip on build [1430] 20130221090221P</guid></item><item><title>Created Issue: Remember skip on build [1430]</title><link>http://jslint4vs2010.codeplex.com/workitem/1430</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;It looks like if you set jslint to skip a .js file on build and then restart visual studio, that setting is not remembered. When you have a number of files that you want to skip and they&amp;#39;re in different folders, it can be pretty time consuming.&lt;br /&gt;&lt;br /&gt;It would be awesome to make it so these settings were remembered. Either than or if you could set a regex in the options or something that meant you could specify exactly what folder&amp;#47;files that should be skipped&amp;#47;included&amp;#63;&lt;br /&gt;</description><author>ajbeaven</author><pubDate>Thu, 21 Feb 2013 20:54:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Remember skip on build [1430] 20130221085412P</guid></item><item><title>Commented Issue: Unable to turn off JSHint "Missing space after 'function'" error [1394]</title><link>http://jslint4vs2010.codeplex.com/workitem/1394</link><description>I have version 1.4.2 of JSLint.VS2012 installed and using the JSHint linter. It doesn&amp;#39;t appear possible to turn off the &amp;#38;quot&amp;#59;Missing space after &amp;#39;function&amp;#39;&amp;#38;quot&amp;#59; error even though the strict whitespace option is turned off. Is there a configuration option that I&amp;#39;m missing or is this a defect&amp;#63; &lt;br /&gt;&lt;br /&gt;Below is an example of code that will trigger this error. However when I run this same code through the linter at jshint.com I do not receive the missing space error.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;window.TestModel &amp;#61; function&amp;#40;data&amp;#41; &amp;#123;&lt;br /&gt;    var model &amp;#61; window.ko.mapping.fromJS&amp;#40;data&amp;#41;&amp;#59;&lt;br /&gt;    return model&amp;#59;&lt;br /&gt;&amp;#125;&amp;#59;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Comments: ** Comment from web user: tetsuo ** &lt;p&gt;There is a checkbox option in the JSHint area called &amp;quot;Strict whitespace.&amp;quot; &lt;/p&gt;&lt;p&gt;This checkbox corresponds to the &amp;quot;white&amp;quot; option in JSHint. &lt;/p&gt;&lt;p&gt;Unfortunately, unchecking the checkbox does not have the desired affect. JSHint is always run with &amp;quot;white&amp;quot;:true.&lt;/p&gt;</description><author>tetsuo</author><pubDate>Thu, 31 Jan 2013 00:07:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to turn off JSHint "Missing space after 'function'" error [1394] 20130131120709A</guid></item><item><title>Created Issue: Share JSLint Skipped Files Between Team [1412]</title><link>http://jslint4vs2010.codeplex.com/workitem/1412</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using this extension and had skipped a lot of files from being linted.&lt;br /&gt;&lt;br /&gt;How can I __share these skipped files within the team__&amp;#63; Is there any config file with list of files to skip linting&amp;#63;&lt;br /&gt;</description><author>sstude</author><pubDate>Wed, 30 Jan 2013 13:09:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Share JSLint Skipped Files Between Team [1412] 20130130010952P</guid></item><item><title>Commented Issue: Unable to turn off JSHint "Missing space after 'function'" error [1394]</title><link>http://jslint4vs2010.codeplex.com/workitem/1394</link><description>I have version 1.4.2 of JSLint.VS2012 installed and using the JSHint linter. It doesn&amp;#39;t appear possible to turn off the &amp;#38;quot&amp;#59;Missing space after &amp;#39;function&amp;#39;&amp;#38;quot&amp;#59; error even though the strict whitespace option is turned off. Is there a configuration option that I&amp;#39;m missing or is this a defect&amp;#63; &lt;br /&gt;&lt;br /&gt;Below is an example of code that will trigger this error. However when I run this same code through the linter at jshint.com I do not receive the missing space error.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;window.TestModel &amp;#61; function&amp;#40;data&amp;#41; &amp;#123;&lt;br /&gt;    var model &amp;#61; window.ko.mapping.fromJS&amp;#40;data&amp;#41;&amp;#59;&lt;br /&gt;    return model&amp;#59;&lt;br /&gt;&amp;#125;&amp;#59;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Comments: ** Comment from web user: ryantofteland ** &lt;p&gt;To clarify - I'm looking for an option in the settings to handle this globally. I am able to turn this off on a file by file basis with this command: /*jslint white: true */.&lt;/p&gt;</description><author>ryantofteland</author><pubDate>Thu, 10 Jan 2013 20:27:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to turn off JSHint "Missing space after 'function'" error [1394] 20130110082751P</guid></item><item><title>Created Issue: Unable to turn off JSHint "Missing space after 'function'" error [1394]</title><link>http://jslint4vs2010.codeplex.com/workitem/1394</link><description>I have version 1.4.2 of JSLint.VS2012 installed and using the JSHint linter. It doesn&amp;#39;t appear possible to turn off the &amp;#38;quot&amp;#59;Missing space after &amp;#39;function&amp;#39;&amp;#38;quot&amp;#59; error even though the strict whitespace option is turned off. Is there a configuration option that I&amp;#39;m missing or is this a defect&amp;#63; &lt;br /&gt;&lt;br /&gt;Below is an example of code that will trigger this error. However when I run this same code through the linter at jshint.com I do not receive the missing space error.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;window.TestModel &amp;#61; function&amp;#40;data&amp;#41; &amp;#123;&lt;br /&gt;    var model &amp;#61; window.ko.mapping.fromJS&amp;#40;data&amp;#41;&amp;#59;&lt;br /&gt;    return model&amp;#59;&lt;br /&gt;&amp;#125;&amp;#59;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;</description><author>ryantofteland</author><pubDate>Thu, 10 Jan 2013 19:50:31 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to turn off JSHint "Missing space after 'function'" error [1394] 20130110075031P</guid></item><item><title>Created Issue: Skipped CSS Files Not Being Ignored in Build [1361]</title><link>http://jslint4vs2010.codeplex.com/workitem/1361</link><description>After clicking &amp;#38;quot&amp;#59;Skip on build&amp;#38;quot&amp;#59; in the solution explorer, the warnings of &amp;#38;quot&amp;#59;JS Lint&amp;#58; CSS Files must begin &amp;#64;charset to be parsed by JS Lint&amp;#38;quot&amp;#59; are still being displayed for CSS files.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;</description><author>acgentry</author><pubDate>Wed, 12 Dec 2012 15:43:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Skipped CSS Files Not Being Ignored in Build [1361] 20121212034333P</guid></item><item><title>Created Issue: A moved solution configuration is not saved properly. [1360]</title><link>http://jslint4vs2010.codeplex.com/workitem/1360</link><description>Per default, the solution configuration file seems to be saved to the root of the solution directory.&lt;br /&gt;&lt;br /&gt;If one moves this file to another folder on disk, removes the configuration file from the &amp;#38;quot&amp;#59;Solution items&amp;#38;quot&amp;#59; in the solution, and then readds the moved file to the Solution Items group manually, the plugin picks up the file nicely as well, and reads the settings.&lt;br /&gt;&lt;br /&gt;However, when modifying the JSLint options on a solution level, saving the new file is not done to the existing configuration file inside the sub folder, but it is then saved to the original file name, which is in the solution root folder.&lt;br /&gt;&lt;br /&gt;Our solution contains a lot of sub projects, of which only one of them is for resources&amp;#47;content. This is storde in its own sub folder along with all files, so it is logical for us to store the JSLint configuration file in the sub folder.&lt;br /&gt;</description><author>magebarf</author><pubDate>Mon, 10 Dec 2012 10:52:00 GMT</pubDate><guid isPermaLink="false">Created Issue: A moved solution configuration is not saved properly. [1360] 20121210105200A</guid></item></channel></rss>