Open satish860 opened 11 years ago
How to specify the SharpLint to run JsHint . By default it is running JsLint on my file.
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
jslist.js
How to specify the SharpLint to run JsHint . By default it is running JsLint on my file.