Sha256: 9aadeed712351d18b71b57343b7c745e5fd4f7c2c87eb588c64cb67499c8be58
Contents?: true
Size: 279 Bytes
Versions: 4
Compression:
Stored size: 279 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 $LOAD_PATH.unshift(File.dirname(File.realpath(__FILE__)) + '/../lib') require 'jshint' require 'jshint/reporters' require 'jshint/cli' reporter_name = ARGV[0] || :Default result_file = ARGV[1] Jshint::Cli::run(reporter_name, result_file)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jshint-1.5.0 | bin/jshint |
jshint-1.4.0 | bin/jshint |
jshint-1.3.1 | bin/jshint |
jshint-1.3.0 | bin/jshint |