Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom module paths for jshint/jslint #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

crodjer
Copy link

@crodjer crodjer commented Nov 10, 2013

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

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-jslint-path` in emacs
configuration.

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

    (setq jshint-mode-jshint-path "jshint")
Newer versions of JSHint handle globals definition separately and
requires them as a extra argument to the hint function.
@crodjer
Copy link
Author

crodjer commented May 11, 2014

A gentle request for attention to the patch.

@daleharvey
Copy link
Owner

@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?

@crodjer
Copy link
Author

crodjer commented May 12, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants