tomlea / simple_jshint

A simple wrapper for jshint.js.
MIT License
0 stars 1 forks source link

consider merging with jshint-rb #2

Open josephholsten opened 10 years ago

josephholsten commented 10 years ago

I'm trying to start maintaining a fork of jshint_on_rails at https://github.com/josephholsten/jshint.rb

I'm not really attached to the implementation, I'd just like to make sure there is at least one well-maintained jshint to ruby adapter.

tomlea commented 10 years ago

Interesting.

From what I can tell, jshint_on_rails is answering the "Are all my js files cool?" question, while simple_jshint is answering the "is this chunk of JS cool?". I think the two coexist quite nicely.

I'd suggest using simple_jshint in the core of jshint.rb, if it's useful. If that's something you'd be interested in pursuing, we could put both in a github org, to allow both to be maintained together? That said, you probably already have code to do what this library does.