Sha256: 75df99cb345c49385d5cf8b077d2eaff1bfc284e0b003120f682ac9fe3e29d4b
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
module Codeguard module JSHint module_function def config_project_path Pathname.new 'config/jshint.yml' end def config_gem_path Codeguard.config_path.join('jshint.yml') end end # module JSHint end # module Codeguard
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
codeguard-0.3.0 | lib/codeguard/js_hint.rb |
codeguard-0.2.0 | lib/codeguard/js_hint.rb |
codeguard-0.1.0 | lib/codeguard/js_hint.rb |