Module: Codeguard::JSHint

Defined in:
lib/codeguard/js_hint.rb

Class Method Summary collapse

Class Method Details

.config_gem_pathObject



9
10
11
# File 'lib/codeguard/js_hint.rb', line 9

def config_gem_path
  Codeguard.config_path.join('jshint.yml')
end

.config_project_pathObject



5
6
7
# File 'lib/codeguard/js_hint.rb', line 5

def config_project_path
  Pathname.new 'config/jshint.yml'
end