0

Possible Duplicate:
How can I change jslint(VS 2010 extension) to ignore files?

I have been using the jsLint plugin for a while but just now when I start a build it seems to be looking at every javascript file and the error count on (usually not my) javascript goes to over 1000.

Does anyone have any experiences with how to resolve this?

Community
  • 1
  • 1

1 Answers1

0

Right click on a JS file in Solution Explorer and select "Skip on Build"

Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404