Sha256: 7e16d971d3172d7c94a2ec7e06e6634a289ceaa5b1bc2d8fb497a23fb4b33a9a

Contents?: true

Size: 198 Bytes

Versions: 8

Compression:

Stored size: 198 Bytes

Contents

# Top level namespace capable of containing different lint reporting classes
module Jshint::Reporters
  autoload :Default, 'jshint/reporters/default'
  autoload :Junit, 'jshint/reporters/junit'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jshint-1.5.0 lib/jshint/reporters.rb
jshint-1.4.0 lib/jshint/reporters.rb
jshint-1.3.1 lib/jshint/reporters.rb
jshint-1.3.0 lib/jshint/reporters.rb
jshint-1.2.0 lib/jshint/reporters.rb
jshint-1.1.1 lib/jshint/reporters.rb
jshint-1.0.1 lib/jshint/reporters.rb
jshint-1.0.0 lib/jshint/reporters.rb