Class: LintTrap::Language::JSON

Inherits:
Base
  • Object
show all
Defined in:
lib/lint_trap/language/json.rb

Overview

JSON

Instance Method Summary collapse

Methods inherited from Base

#==, #name

Instance Method Details

#lintersObject



8
9
10
# File 'lib/lint_trap/language/json.rb', line 8

def linters
  [Linter::JSONLint].map(&:new)
end