Does anyone know of any software similar to StyleCop for C# that can analyze CSS, HTML, and JavaScript based on predefined or custom rules?
For example:
- CSS - ensuring camel case is used for class names
- HTML - ensuring inline styles are not used
- JavaScript - still undecided :P
It would be ideal if these tools could be integrated into msbuild for inclusion in quality builds, as well as being runnable by developers.