Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent Web Essentials in Visual Studio from returning Foundation column validation errors

Tags:

Using Visual Studio 2013 & Web Essentials 2013 for Update 2.

I'm getting many errors from the Foundation validation in the VS Error List, which is rather annoying.

When using "columns", you must also specify the class "small-#", "medium-#" or "large-#".

When using "column", you must also specify the class "row" on the parent element.

As I'm not using the Foundation grid system, I would like to know if there's a way to prevent Web Essentials from returning these Foundation validation errors?

like image 375
Lucidize Avatar asked Aug 04 '14 10:08

Lucidize


1 Answers

We were having the same problem at my company, after a bit of digging we found the settings under Tools > options > web essentials > HTML - from here you can deactivate validation for angular.js, Bootstrap and Foundation.

like image 108
presswanders Avatar answered Oct 09 '22 12:10

presswanders