Skip to content

Integrate JSLint in Visual Studio .net

September 12, 2011

Step 1 : Download JSLint from following url.

http://www.javascriptlint.com/download.htm

Step 2 : Extract all the files to your ‘ C ‘ hard drive.

Step 3 : Open Visual Studio 2005/2008/2010

Step 4 : Open Tools -> External Tools (see screensot)

External-tools

External-tools

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Dialog appears.

Step 5 : Add new external tool (see screenshot)

 JS LINT

JS LINT

 

 

 

 

 

 

 

 

 

 

 

 

 

  • Click on Add Button
  • Type Title e.g. JSLint
  • Type Command: C:\jsl-0.3.0\jsl.exe
  • Type Arguments: –conf C:\jsl-0.3.0\jsl.default.conf -process $(ItemPath)
  • Type Initial directory[x]
  • Check “Use Output window” checkbox
  • Click on “Apply” button
  • Click on “OK” button

From → jQuery

7 Comments
  1. Naveen Bhardwaj permalink

    Thank You

  2. Good One !! Thanks 🙂

  3. Thanks a lot !!

  4. Good job !!

  5. Needed !! Thank You

  6. Great … Your previous Friend from CyberG

Leave a reply to Kingshuk Kar Cancel reply