diff --git a/EditorExtensions/Commands/JavaScript/JsHintReporter.cs b/EditorExtensions/Commands/JavaScript/JsHintReporter.cs index 4ed765b32..5c24d33a4 100644 --- a/EditorExtensions/Commands/JavaScript/JsHintReporter.cs +++ b/EditorExtensions/Commands/JavaScript/JsHintReporter.cs @@ -56,19 +56,19 @@ public static bool ShouldIgnore(string file) @"dojo\.js", @"ember\.js", @"ext-core\.js", - @"handlebars.*", + @"handlebars\.*", @"highlight\.js", @"history\.js", @"jquery-([0-9\.]+)\.js", - @"jquery.blockui.*", - @"jquery.validate.*", - @"jquery.unobtrusive.*", + @"jquery\.blockui\.*", + @"jquery\.validate\.*", + @"jquery\.unobtrusive\.*", @"jquery-ui-([0-9\.]+)\.js", @"json2\.js", @"knockout-([0-9\.]+)\.js", @"MicrosoftAjax([a-z]+)\.js", @"modernizr-([0-9\.]+)\.js", - @"mustache.*", + @"mustache\.*", @"prototype\.js ", @"qunit-([0-9a-z\.]+)\.js", @"require\.js",