I'm using VS 2012 Extension Web Essentials 2012 and I have some questions about it:
- I'm trying to export its settings so they can be shared on other machines. But I can't find any hint on that.
- And if it is somehow possible, how can I extend the list of files ignored by jshint. E.g. jQuery.js is ignored but not jQuery.validate.js, so I have a lot of warning of 3rd party files.
EDIT
First question is solved, I had to right click on my solution node in VS, move to Web Essentials
and then to choose Create solution settings
. I got an XML file that can be checked in into source control and then be reused by other machines.
Second question remains open