JSLint-V8 1.1 released
JSLint-V8 is a gem that makes it easy to set up and run JSHint against a large set of JavaScript files using either an executable ruby script or a configurable Rake task - making it ideal for use in CI environments. It runs on TheRubyRacer (V8 Interpreter) so it runs very very fast.
source: https://github.com/whoward/jslint-v8 rubygems: https://rubygems.org/gems/jslint-v8
Post a comment