Open josephholsten opened 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.
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.