Class: Hound::Config::Eslint
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Eslint
constructor
A new instance of Eslint.
Methods inherited from Base
#linters_file_path, #name, #rules_url
Constructor Details
#initialize ⇒ Eslint
Returns a new instance of Eslint.
4 5 6 |
# File 'lib/hound/config/eslint.rb', line 4 def initialize @linters_file_name = ".eslintrc.json" end |