Class: LintTrap::Language::CSS

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

Overview

CSS

Instance Method Summary collapse

Methods inherited from Base

canonical_name, #name

Instance Method Details

#lintersObject



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

def linters
  [Linter::CSSLint]
end