SharpLinter icon indicating copy to clipboard operation
SharpLinter copied to clipboard

JsHint

Open satish860 opened this issue 12 years ago • 1 comments

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

satish860 avatar May 28 '13 16:05 satish860

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

jamietre avatar Jun 04 '13 13:06 jamietre