jamietre / SharpLinter

Linting tools for Visual Studio & C#
http://blog.outsharked.com/2011/08/sharplinter-command-line-tool-for.html
44 stars 12 forks source link

JsHint #6

Open satish860 opened 11 years ago

satish860 commented 11 years ago

How to specify the SharpLint to run JsHint . By default it is running JsLint on my file.

jamietre commented 11 years ago

Look at the "-j" option in the readme. If you have a file called "jslint.js" in the application directory, it will always try to use it. So just put jshint there and rename it to jslist.js