jshint-mode icon indicating copy to clipboard operation
jshint-mode copied to clipboard

Support for custom module paths for jshint/jslint

Open crodjer opened this issue 11 years ago • 3 comments

Alternatively to the bundled jshint.js and jslint.js, the global jshint and jslint modules can be defined by setting jshint-mode-jshint-path or jshint-mode-jshint-path in emacs configuration.

Eg: For the global installation of jshint, set jshint-mode-jshint-path to "jshint"

(setq jshint-mode-jshint-path "jshint")

Ref issue: #16

crodjer avatar Nov 10 '13 18:11 crodjer

A gentle request for attention to the patch.

crodjer avatar May 11 '14 19:05 crodjer

@crodjer Hey Rohan, Apologies, this repo is fairly unmaintained and I dont use the plugin anymore, if you merge into your master I can do a commit that just sends people your way if you would like?

daleharvey avatar May 12 '14 07:05 daleharvey

In case you don't foresee using it, I think that would be great. The plugin is fairly popular and works quite well, so should need a little maintenance which I can try to do. I have my own pull requests already merged in my master, the rest can be reviewed and merged as well.

On Mon, May 12, 2014 at 1:19 PM, Dale Harvey [email protected] wrote:

@crodjer Hey Rohan, Apologies, this repo is fairly unmaintained and I dont use the plugin anymore, if you merge into your master I can do a commit that just sends people your way if you would like?

— Reply to this email directly or view it on GitHub.

Thanks Rohan Jain

crodjer avatar May 12 '14 08:05 crodjer