Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Auto-Install JSHINT Dependency #1

Closed
mikebronner opened this issue Apr 24, 2014 · 2 comments
Closed

Auto-Install JSHINT Dependency #1

mikebronner opened this issue Apr 24, 2014 · 2 comments

Comments

@mikebronner
Copy link

As this requires the Node.js JSHINT package, this should be able to be auto-installed as a dependency in Atom (from what I have been reading). Any way to do this?

@iam4x
Copy link
Member

iam4x commented Apr 25, 2014

Don't really know how dependancies works in atom packages, but yeah this can be done.
The command line used will be different, calling directly something like that:

./node_modules/.bin/jshint {args}

Anyone can do this?

Edit: Okey, when my first PR will be accepted I will do this. Just did it for my linter-jscs

@hd-deman
Copy link
Member

hd-deman commented May 3, 2014

@iam4x feel free to do it. Also I'll be glad to see you and your linter-jscs in AtomLint organization if you'd like. You'll still be the maintainer.

@iam4x iam4x mentioned this issue May 5, 2014
@hd-deman hd-deman closed this as completed May 6, 2014
steelbrain pushed a commit that referenced this issue Jul 20, 2015
Add option for linting inline JavaScript
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants