jshint-mode
jshint-mode copied to clipboard
Support for custom module paths for jshint/jslint
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
A gentle request for attention to the patch.
@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?
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