Class: Hound::Config::Tslint

Inherits:
Base
  • Object
show all
Defined in:
lib/hound/config/tslint.rb

Instance Attribute Summary

Attributes inherited from Base

#linters_file_name

Instance Method Summary collapse

Methods inherited from Base

#hound_yml_config, #linters_file_path, #name, #rules_url

Constructor Details

#initializeTslint

Returns a new instance of Tslint.



4
5
6
# File 'lib/hound/config/tslint.rb', line 4

def initialize
  @linters_file_name = "tslint.json"
end