Class: LintTrap::Language::JSON
- Inherits:
-
Base
- Object
- Base
- LintTrap::Language::JSON
show all
- Defined in:
- lib/lint_trap/language/json.rb
Overview
Instance Method Summary
collapse
Methods inherited from Base
#==, #inspect, #known?, #name
Instance Method Details
#linters ⇒ Object
8
9
10
|
# File 'lib/lint_trap/language/json.rb', line 8
def linters
super(Linter::JSONLint)
end
|