How can I suppress the JSHint “JSCS: Illegal Space” warnings in Visual Studio 2013?
问题 We're using JSHint in a Visual Studio 2013 solution. When building, we are seeing some formatting warnings for items that break style warnings, but are functionally valid. Specifically, I would like to suppress the "Illegal Space" warnings. I consider warnings like this in the build error list visual chaff: JSCS: Illegal space before opening curly brace JSCS: Illegal space before opening round brace Here's why. I'm a fan of using the Visual Studio auto-formatting feature (Ctrl+K+D). In a